ClusterMetadataAllOf
Last updated
Was this helpful?
StatusMessage
Pointer to string
A human-readable message describing the current state. Populated when `state` is `FAILED`.
[optional] [readonly]
func NewClusterMetadataAllOf() *ClusterMetadataAllOf
NewClusterMetadataAllOf instantiates a new ClusterMetadataAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewClusterMetadataAllOfWithDefaults() *ClusterMetadataAllOf
NewClusterMetadataAllOfWithDefaults instantiates a new ClusterMetadataAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ClusterMetadataAllOf) GetState() PostgresClusterStates
GetState returns the State field if non-nil, zero value otherwise.
func (o *ClusterMetadataAllOf) GetStateOk() (*PostgresClusterStates, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterMetadataAllOf) SetState(v PostgresClusterStates)
SetState sets State field to given value.
func (o *ClusterMetadataAllOf) HasState() bool
HasState returns a boolean if a field has been set.
func (o *ClusterMetadataAllOf) GetStatusMessage() string
GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise.
func (o *ClusterMetadataAllOf) GetStatusMessageOk() (*string, bool)
GetStatusMessageOk returns a tuple with the StatusMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterMetadataAllOf) SetStatusMessage(v string)
SetStatusMessage sets StatusMessage field to given value.
func (o *ClusterMetadataAllOf) HasStatusMessage() bool
HasStatusMessage returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?