Skip to content
Snippets Groups Projects

New: Maintenance mode for resources

Merged Petar Hristov requested to merge Issue/3011-maintenanceMode into dev
10 files
+ 81
20
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 3
2
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
**Keywords** | **List<string>** | Keywords associated with the resource. | [optional]
**Keywords** | **List<string>** | Keywords associated with the resource. | [optional]
**License** | [**LicenseDto**](LicenseDto.md) | | [optional]
**License** | [**LicenseDto**](LicenseDto.md) | | [optional]
**UsageRights** | **string** | Usage rights associated with the resource. | [optional]
**UsageRights** | **string** | Usage rights associated with the resource. | [optional]
**MetadataLocalCopy** | **bool** | Setting for creating a local copy of the metadata. | [optional]
**MetadataLocalCopy** | **bool** | Indicates whether a local copy of the metadata is available for the resource. | [optional]
**MetadataExtraction** | **bool** | Setting for metadata extraction. | [optional]
**MetadataExtraction** | **bool** | Indicates whether metadata extraction is enabled for the resource. | [optional]
**ApplicationProfile** | [**ApplicationProfileMinimalDto**](ApplicationProfileMinimalDto.md) | |
**ApplicationProfile** | [**ApplicationProfileMinimalDto**](ApplicationProfileMinimalDto.md) | |
**FixedValues** | **Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>>** | Fixed values associated with resource manipulation. This dictionary may contain multiple levels and is structured as follows: Dictionary (Key: string) -> Dictionary (Key: string) -> List of FixedValueForResourceManipulationDto. |
**FixedValues** | **Dictionary<string, Dictionary<string, List<FixedValueForResourceManipulationDto>>>** | Fixed values associated with resource manipulation. This dictionary may contain multiple levels and is structured as follows: Dictionary (Key: string) -> Dictionary (Key: string) -> List of FixedValueForResourceManipulationDto. |
**Disciplines** | [**List<DisciplineDto>**](DisciplineDto.md) | Disciplines associated with the resource. |
**Disciplines** | [**List<DisciplineDto>**](DisciplineDto.md) | Disciplines associated with the resource. |
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
**DateCreated** | **DateTime?** | Date when the resource was created. | [optional]
**DateCreated** | **DateTime?** | Date when the resource was created. | [optional]
**Creator** | [**UserMinimalDto**](UserMinimalDto.md) | | [optional]
**Creator** | [**UserMinimalDto**](UserMinimalDto.md) | | [optional]
**Archived** | **bool** | Indicates whether the resource is archived. | [optional]
**Archived** | **bool** | Indicates whether the resource is archived. | [optional]
 
**MaintenanceMode** | **bool** | Indicates whether the resource is in maintenance mode. | [optional]
**Projects** | [**List<ProjectMinimalDto>**](ProjectMinimalDto.md) | The projects associated with the resource. | [optional]
**Projects** | [**List<ProjectMinimalDto>**](ProjectMinimalDto.md) | The projects associated with the resource. | [optional]
**Deleted** | **bool** | Indicates whether the resource is deleted. |
**Deleted** | **bool** | Indicates whether the resource is deleted. |
**ProjectResources** | [**List<ProjectResourceMinimalDto>**](ProjectResourceMinimalDto.md) | Collection of minimal project resource details associated with this resource. |
**ProjectResources** | [**List<ProjectResourceMinimalDto>**](ProjectResourceMinimalDto.md) | Collection of minimal project resource details associated with this resource. |
Loading