# QuotaDetail

## Properties

| Name               | Type      | Description                                | Notes           |
| ------------------ | --------- | ------------------------------------------ | --------------- |
| **Zones**          | **int32** | count of the number of zones               | \[default to 0] |
| **SecondaryZones** | **int32** | count of the number of secondary zones     | \[default to 0] |
| **Records**        | **int32** | count of the number of records             | \[default to 0] |
| **ReverseRecords** | **int32** | count of the number of reverse DNS records | \[default to 0] |

## Methods

### NewQuotaDetail

`func NewQuotaDetail(zones int32, secondaryZones int32, records int32, reverseRecords int32, ) *QuotaDetail`

NewQuotaDetail instantiates a new QuotaDetail 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

### NewQuotaDetailWithDefaults

`func NewQuotaDetailWithDefaults() *QuotaDetail`

NewQuotaDetailWithDefaults instantiates a new QuotaDetail 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

### GetZones

`func (o *QuotaDetail) GetZones() int32`

GetZones returns the Zones field if non-nil, zero value otherwise.

### GetZonesOk

`func (o *QuotaDetail) GetZonesOk() (*int32, bool)`

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

### SetZones

`func (o *QuotaDetail) SetZones(v int32)`

SetZones sets Zones field to given value.

### GetSecondaryZones

`func (o *QuotaDetail) GetSecondaryZones() int32`

GetSecondaryZones returns the SecondaryZones field if non-nil, zero value otherwise.

### GetSecondaryZonesOk

`func (o *QuotaDetail) GetSecondaryZonesOk() (*int32, bool)`

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

### SetSecondaryZones

`func (o *QuotaDetail) SetSecondaryZones(v int32)`

SetSecondaryZones sets SecondaryZones field to given value.

### GetRecords

`func (o *QuotaDetail) GetRecords() int32`

GetRecords returns the Records field if non-nil, zero value otherwise.

### GetRecordsOk

`func (o *QuotaDetail) GetRecordsOk() (*int32, bool)`

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

### SetRecords

`func (o *QuotaDetail) SetRecords(v int32)`

SetRecords sets Records field to given value.

### GetReverseRecords

`func (o *QuotaDetail) GetReverseRecords() int32`

GetReverseRecords returns the ReverseRecords field if non-nil, zero value otherwise.

### GetReverseRecordsOk

`func (o *QuotaDetail) GetReverseRecordsOk() (*int32, bool)`

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

### SetReverseRecords

`func (o *QuotaDetail) SetReverseRecords(v int32)`

SetReverseRecords sets ReverseRecords 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/quotadetail.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.
