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
fun MoveResourceDependencyResponse(automaticResolution: AutomaticResolutionPropertiesResponse? = null, dependencyType: String? = null, id: String? = null, isOptional: String? = null, manualResolution: ManualResolutionPropertiesResponse? = null, resolutionStatus: String? = null, resolutionType: String? = null)