# ClusterMetadata

## Properties

| Name                     | Type                                                                                                                          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Notes                   |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| **CreatedDate**          | Pointer to [**time.Time**](https://github.com/ionos-cloud/sdk-go-bundle/blob/summary/products/kafka/docs/models/time.Time.md) | The ISO 8601 creation timestamp.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | \[optional] \[readonly] |
| **CreatedBy**            | Pointer to **string**                                                                                                         | Unique name of the identity that created the resource.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | \[optional] \[readonly] |
| **CreatedByUserId**      | Pointer to **string**                                                                                                         | Unique id of the identity that created the resource.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | \[optional] \[readonly] |
| **LastModifiedDate**     | Pointer to [**time.Time**](https://github.com/ionos-cloud/sdk-go-bundle/blob/summary/products/kafka/docs/models/time.Time.md) | The ISO 8601 modified timestamp.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | \[optional] \[readonly] |
| **LastModifiedBy**       | Pointer to **string**                                                                                                         | Unique name of the identity that last modified the resource.                                                                                                                                                                                                                                                                                                                                                                                                                                                             | \[optional] \[readonly] |
| **LastModifiedByUserId** | Pointer to **string**                                                                                                         | Unique id of the identity that last modified the resource.                                                                                                                                                                                                                                                                                                                                                                                                                                                               | \[optional] \[readonly] |
| **ResourceURN**          | Pointer to **string**                                                                                                         | Unique name of the resource.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | \[optional] \[readonly] |
| **State**                | **string**                                                                                                                    | State of the resource. Resource states: \`AVAILABLE\`: There are no pending modification requests for this item. \`BUSY\`: There is at least one modification request pending and all following requests will be queued. \`DEPLOYING\`: The resource is being created. \`FAILED\`: The creation of the resource failed. \`UPDATING\`: The resource is being updated. \`FAILED\_UPDATING\`: An update to the resource was not successful. \`DESTROYING\`: A delete command was issued, and the resource is being deleted. |                         |
| **Message**              | Pointer to **string**                                                                                                         | A human readable message describing the current state. In case of an error, the message will contain a detailed error message.                                                                                                                                                                                                                                                                                                                                                                                           | \[optional]             |
| **BrokerAddresses**      | Pointer to **\[]string**                                                                                                      | IP addresses and ports of cluster brokers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | \[optional]             |

## Methods

### NewClusterMetadata

`func NewClusterMetadata(state string, ) *ClusterMetadata`

NewClusterMetadata instantiates a new ClusterMetadata 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

### NewClusterMetadataWithDefaults

`func NewClusterMetadataWithDefaults() *ClusterMetadata`

NewClusterMetadataWithDefaults instantiates a new ClusterMetadata 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

### GetCreatedDate

`func (o *ClusterMetadata) GetCreatedDate() time.Time`

GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.

### GetCreatedDateOk

`func (o *ClusterMetadata) GetCreatedDateOk() (*time.Time, bool)`

GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetCreatedDate

`func (o *ClusterMetadata) SetCreatedDate(v time.Time)`

SetCreatedDate sets CreatedDate field to given value.

### HasCreatedDate

`func (o *ClusterMetadata) HasCreatedDate() bool`

HasCreatedDate returns a boolean if a field has been set.

### GetCreatedBy

`func (o *ClusterMetadata) GetCreatedBy() string`

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

### GetCreatedByOk

`func (o *ClusterMetadata) GetCreatedByOk() (*string, bool)`

GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetCreatedBy

`func (o *ClusterMetadata) SetCreatedBy(v string)`

SetCreatedBy sets CreatedBy field to given value.

### HasCreatedBy

`func (o *ClusterMetadata) HasCreatedBy() bool`

HasCreatedBy returns a boolean if a field has been set.

### GetCreatedByUserId

`func (o *ClusterMetadata) GetCreatedByUserId() string`

GetCreatedByUserId returns the CreatedByUserId field if non-nil, zero value otherwise.

### GetCreatedByUserIdOk

`func (o *ClusterMetadata) GetCreatedByUserIdOk() (*string, bool)`

GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetCreatedByUserId

`func (o *ClusterMetadata) SetCreatedByUserId(v string)`

SetCreatedByUserId sets CreatedByUserId field to given value.

### HasCreatedByUserId

`func (o *ClusterMetadata) HasCreatedByUserId() bool`

HasCreatedByUserId returns a boolean if a field has been set.

### GetLastModifiedDate

`func (o *ClusterMetadata) GetLastModifiedDate() time.Time`

GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.

### GetLastModifiedDateOk

`func (o *ClusterMetadata) GetLastModifiedDateOk() (*time.Time, bool)`

GetLastModifiedDateOk returns a tuple with the LastModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetLastModifiedDate

`func (o *ClusterMetadata) SetLastModifiedDate(v time.Time)`

SetLastModifiedDate sets LastModifiedDate field to given value.

### HasLastModifiedDate

`func (o *ClusterMetadata) HasLastModifiedDate() bool`

HasLastModifiedDate returns a boolean if a field has been set.

### GetLastModifiedBy

`func (o *ClusterMetadata) GetLastModifiedBy() string`

GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.

### GetLastModifiedByOk

`func (o *ClusterMetadata) GetLastModifiedByOk() (*string, bool)`

GetLastModifiedByOk returns a tuple with the LastModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetLastModifiedBy

`func (o *ClusterMetadata) SetLastModifiedBy(v string)`

SetLastModifiedBy sets LastModifiedBy field to given value.

### HasLastModifiedBy

`func (o *ClusterMetadata) HasLastModifiedBy() bool`

HasLastModifiedBy returns a boolean if a field has been set.

### GetLastModifiedByUserId

`func (o *ClusterMetadata) GetLastModifiedByUserId() string`

GetLastModifiedByUserId returns the LastModifiedByUserId field if non-nil, zero value otherwise.

### GetLastModifiedByUserIdOk

`func (o *ClusterMetadata) GetLastModifiedByUserIdOk() (*string, bool)`

GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetLastModifiedByUserId

`func (o *ClusterMetadata) SetLastModifiedByUserId(v string)`

SetLastModifiedByUserId sets LastModifiedByUserId field to given value.

### HasLastModifiedByUserId

`func (o *ClusterMetadata) HasLastModifiedByUserId() bool`

HasLastModifiedByUserId returns a boolean if a field has been set.

### GetResourceURN

`func (o *ClusterMetadata) GetResourceURN() string`

GetResourceURN returns the ResourceURN field if non-nil, zero value otherwise.

### GetResourceURNOk

`func (o *ClusterMetadata) GetResourceURNOk() (*string, bool)`

GetResourceURNOk returns a tuple with the ResourceURN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetResourceURN

`func (o *ClusterMetadata) SetResourceURN(v string)`

SetResourceURN sets ResourceURN field to given value.

### HasResourceURN

`func (o *ClusterMetadata) HasResourceURN() bool`

HasResourceURN returns a boolean if a field has been set.

### GetState

`func (o *ClusterMetadata) GetState() string`

GetState returns the State field if non-nil, zero value otherwise.

### GetStateOk

`func (o *ClusterMetadata) GetStateOk() (*string, 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.

### SetState

`func (o *ClusterMetadata) SetState(v string)`

SetState sets State field to given value.

### GetMessage

`func (o *ClusterMetadata) GetMessage() string`

GetMessage returns the Message field if non-nil, zero value otherwise.

### GetMessageOk

`func (o *ClusterMetadata) GetMessageOk() (*string, bool)`

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetMessage

`func (o *ClusterMetadata) SetMessage(v string)`

SetMessage sets Message field to given value.

### HasMessage

`func (o *ClusterMetadata) HasMessage() bool`

HasMessage returns a boolean if a field has been set.

### GetBrokerAddresses

`func (o *ClusterMetadata) GetBrokerAddresses() []string`

GetBrokerAddresses returns the BrokerAddresses field if non-nil, zero value otherwise.

### GetBrokerAddressesOk

`func (o *ClusterMetadata) GetBrokerAddressesOk() (*[]string, bool)`

GetBrokerAddressesOk returns a tuple with the BrokerAddresses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetBrokerAddresses

`func (o *ClusterMetadata) SetBrokerAddresses(v []string)`

SetBrokerAddresses sets BrokerAddresses field to given value.

### HasBrokerAddresses

`func (o *ClusterMetadata) HasBrokerAddresses() bool`

HasBrokerAddresses returns a boolean if a field has been set.
