Get Postgres Instance Result
data class GetPostgresInstanceResult(val extendedLocation: ExtendedLocationResponse? = null, val id: String, val location: String, val name: String, val properties: PostgresInstancePropertiesResponse, val sku: PostgresInstanceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A Postgres Instance.
Constructors
Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse? = null, id: String, location: String, name: String, properties: PostgresInstancePropertiesResponse, sku: PostgresInstanceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)