Package-level declarations

Types

Link copied to clipboard
data class GetAccountResult(val dashboardUri: String, val id: String, val location: String, val name: String, val provisioningState: String, val regionalAffinity: String? = null, val reporting: String? = null, val scalableExecution: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

An account resource

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.