Get Site Result
data class GetSiteResult(val createdAt: String? = null, val description: String? = null, val location: SiteLocation? = null, val siteArn: String? = null, val siteId: String? = null, val state: String? = null, val tags: List<SiteTag>? = null)
Constructors
Link copied to clipboard
fun GetSiteResult(createdAt: String? = null, description: String? = null, location: SiteLocation? = null, siteArn: String? = null, siteId: String? = null, state: String? = null, tags: List<SiteTag>? = null)