Move Resource Dependency Response
data class MoveResourceDependencyResponse(val automaticResolution: AutomaticResolutionPropertiesResponse? = null, val dependencyType: String? = null, val id: String? = null, val isOptional: String? = null, val manualResolution: ManualResolutionPropertiesResponse? = null, val resolutionStatus: String? = null, val resolutionType: String? = null)
Defines the dependency of the move resource.
Constructors
Link copied to clipboard
constructor(automaticResolution: AutomaticResolutionPropertiesResponse? = null, dependencyType: String? = null, id: String? = null, isOptional: String? = null, manualResolution: ManualResolutionPropertiesResponse? = null, resolutionStatus: String? = null, resolutionType: String? = null)
Properties
Link copied to clipboard
Defines the properties for automatic resolution.
Link copied to clipboard
Defines the dependency type.
Link copied to clipboard
Gets or sets a value indicating whether the dependency is optional.
Link copied to clipboard
Defines the properties for manual resolution.
Link copied to clipboard
Gets the dependency resolution status.
Link copied to clipboard
Defines the resolution type.