# MetadataWithStateNameserversAllOf

## Properties

| Name            | Type                                                             | Description                                                                                                                                                                                                                                                                                                          | Notes |
| --------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
| **State**       | [**ProvisioningState**](/go-sdk-dns/models/provisioningstate.md) |                                                                                                                                                                                                                                                                                                                      |       |
| **Nameservers** | **\[]string**                                                    | The list of nameservers associated to the zone. Nameservers are different for primary and secondary zones. For primary zones it would be: - ns-ic.ui-dns.com - ns-ic.ui-dns.de - ns-ic.ui-dns.org - ns-ic.ui-dns.biz And for secondary zones: - nscs.ui-dns.com - nscs.ui-dns.de - nscs.ui-dns.org - nscs.ui-dns.biz |       |

## Methods

### NewMetadataWithStateNameserversAllOf

`func NewMetadataWithStateNameserversAllOf(state ProvisioningState, nameservers []string, ) *MetadataWithStateNameserversAllOf`

NewMetadataWithStateNameserversAllOf instantiates a new MetadataWithStateNameserversAllOf 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

### NewMetadataWithStateNameserversAllOfWithDefaults

`func NewMetadataWithStateNameserversAllOfWithDefaults() *MetadataWithStateNameserversAllOf`

NewMetadataWithStateNameserversAllOfWithDefaults instantiates a new MetadataWithStateNameserversAllOf 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

### GetState

`func (o *MetadataWithStateNameserversAllOf) GetState() ProvisioningState`

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

### GetStateOk

`func (o *MetadataWithStateNameserversAllOf) GetStateOk() (*ProvisioningState, 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 *MetadataWithStateNameserversAllOf) SetState(v ProvisioningState)`

SetState sets State field to given value.

### GetNameservers

`func (o *MetadataWithStateNameserversAllOf) GetNameservers() []string`

GetNameservers returns the Nameservers field if non-nil, zero value otherwise.

### GetNameserversOk

`func (o *MetadataWithStateNameserversAllOf) GetNameserversOk() (*[]string, bool)`

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

### SetNameservers

`func (o *MetadataWithStateNameserversAllOf) SetNameservers(v []string)`

SetNameservers sets Nameservers field to given value.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/go-sdk-dns/models/metadatawithstatenameserversallof.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
