Get Account Result
data class GetAccountResult(val createdAt: String, val id: String, val identity: IdentityResponse, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userEmail: String, val userName: String)
An account data transfer object.
Constructors
Link copied to clipboard
fun GetAccountResult(createdAt: String, id: String, identity: IdentityResponse, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userEmail: String, userName: String)