Get Site Result
data class GetSiteResult(val eTag: String? = null, val id: String, val location: String? = null, val name: String? = null, val properties: SitePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Site REST Resource.
Constructors
Link copied to clipboard
constructor(eTag: String? = null, id: String, location: String? = null, name: String? = null, properties: SitePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)