ClusterLogsInstances
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewClusterLogsInstances() *ClusterLogsInstances
NewClusterLogsInstances instantiates a new ClusterLogsInstances 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 NewClusterLogsInstancesWithDefaults() *ClusterLogsInstances
NewClusterLogsInstancesWithDefaults instantiates a new ClusterLogsInstances 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 *ClusterLogsInstances) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClusterLogsInstances) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterLogsInstances) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterLogsInstances) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ClusterLogsInstances) GetMessages() []ClusterLogsMessages
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *ClusterLogsInstances) GetMessagesOk() (*[]ClusterLogsMessages, bool)
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterLogsInstances) SetMessages(v []ClusterLogsMessages)
SetMessages sets Messages field to given value.
func (o *ClusterLogsInstances) HasMessages() bool
HasMessages returns a boolean if a field has been set.
Name
Pointer to string
The name of the PostgreSQL instance.
[optional]
Messages
Pointer to []ClusterLogsMessages
[optional]