# MetadataWithStateFqdnZoneIdAllOf

## Properties

| Name       | Type                                                             | Description                                                                                   | Notes       |
| ---------- | ---------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ----------- |
| **State**  | [**ProvisioningState**](/go-sdk-dns/models/provisioningstate.md) |                                                                                               |             |
| **Fqdn**   | **string**                                                       | A fully qualified domain name. FQDN consists of two parts - the hostname and the domain name. | \[readonly] |
| **ZoneId** | **string**                                                       | The ID (UUID) of the DNS zone of which record belongs to.                                     | \[readonly] |

## Methods

### NewMetadataWithStateFqdnZoneIdAllOf

`func NewMetadataWithStateFqdnZoneIdAllOf(state ProvisioningState, fqdn string, zoneId string, ) *MetadataWithStateFqdnZoneIdAllOf`

NewMetadataWithStateFqdnZoneIdAllOf instantiates a new MetadataWithStateFqdnZoneIdAllOf 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

### NewMetadataWithStateFqdnZoneIdAllOfWithDefaults

`func NewMetadataWithStateFqdnZoneIdAllOfWithDefaults() *MetadataWithStateFqdnZoneIdAllOf`

NewMetadataWithStateFqdnZoneIdAllOfWithDefaults instantiates a new MetadataWithStateFqdnZoneIdAllOf 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 *MetadataWithStateFqdnZoneIdAllOf) GetState() ProvisioningState`

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

### GetStateOk

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

SetState sets State field to given value.

### GetFqdn

`func (o *MetadataWithStateFqdnZoneIdAllOf) GetFqdn() string`

GetFqdn returns the Fqdn field if non-nil, zero value otherwise.

### GetFqdnOk

`func (o *MetadataWithStateFqdnZoneIdAllOf) GetFqdnOk() (*string, bool)`

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

### SetFqdn

`func (o *MetadataWithStateFqdnZoneIdAllOf) SetFqdn(v string)`

SetFqdn sets Fqdn field to given value.

### GetZoneId

`func (o *MetadataWithStateFqdnZoneIdAllOf) GetZoneId() string`

GetZoneId returns the ZoneId field if non-nil, zero value otherwise.

### GetZoneIdOk

`func (o *MetadataWithStateFqdnZoneIdAllOf) GetZoneIdOk() (*string, bool)`

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

### SetZoneId

`func (o *MetadataWithStateFqdnZoneIdAllOf) SetZoneId(v string)`

SetZoneId sets ZoneId 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/metadatawithstatefqdnzoneidallof.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.
