Get Project Result
data class GetProjectResult(val eTag: String? = null, val id: String, val location: String? = null, val name: String, val properties: ProjectPropertiesResponse, val tags: Any? = null, val type: String)
Azure Migrate Project.
Constructors
Link copied to clipboard
fun GetProjectResult(eTag: String? = null, id: String, location: String? = null, name: String, properties: ProjectPropertiesResponse, tags: Any? = null, type: String)