Get Modernize Project Result
data class GetModernizeProjectResult(val azureApiVersion: String, val id: String, val identity: ResourceIdentityResponse? = null, val location: String? = null, val name: String, val properties: ModernizeProjectModelPropertiesResponse, val systemData: ModernizeProjectModelResponseSystemData, val tags: Map<String, String>? = null, val type: String)
ModernizeProject model.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: ResourceIdentityResponse? = null, location: String? = null, name: String, properties: ModernizeProjectModelPropertiesResponse, systemData: ModernizeProjectModelResponseSystemData, tags: Map<String, String>? = null, type: String)