> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/go/go-bundle/sdks/billing/models/utilizationdailyfindbydate200response.md).

# UtilizationDailyFindByDate200Response

## Properties

| Name            | Type                                                                                                         | Description | Notes       |
| --------------- | ------------------------------------------------------------------------------------------------------------ | ----------- | ----------- |
| **StartDate**   | Pointer to **string**                                                                                        |             | \[optional] |
| **EndDate**     | Pointer to **string**                                                                                        |             | \[optional] |
| **Datacenters** | Pointer to [**\[\]UtilizationDataCenter**](/cloud/go/go-bundle/sdks/billing/models/utilizationdatacenter.md) |             | \[optional] |
| **Metadata**    | Pointer to [**Metadata**](/cloud/go/go-bundle/sdks/billing/models/metadata.md)                               |             | \[optional] |

## Methods

### NewUtilizationDailyFindByDate200Response

`func NewUtilizationDailyFindByDate200Response() *UtilizationDailyFindByDate200Response`

NewUtilizationDailyFindByDate200Response instantiates a new UtilizationDailyFindByDate200Response 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

### NewUtilizationDailyFindByDate200ResponseWithDefaults

`func NewUtilizationDailyFindByDate200ResponseWithDefaults() *UtilizationDailyFindByDate200Response`

NewUtilizationDailyFindByDate200ResponseWithDefaults instantiates a new UtilizationDailyFindByDate200Response 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

### GetStartDate

`func (o *UtilizationDailyFindByDate200Response) GetStartDate() string`

GetStartDate returns the StartDate field if non-nil, zero value otherwise.

### GetStartDateOk

`func (o *UtilizationDailyFindByDate200Response) GetStartDateOk() (*string, bool)`

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

### SetStartDate

`func (o *UtilizationDailyFindByDate200Response) SetStartDate(v string)`

SetStartDate sets StartDate field to given value.

### HasStartDate

`func (o *UtilizationDailyFindByDate200Response) HasStartDate() bool`

HasStartDate returns a boolean if a field has been set.

### GetEndDate

`func (o *UtilizationDailyFindByDate200Response) GetEndDate() string`

GetEndDate returns the EndDate field if non-nil, zero value otherwise.

### GetEndDateOk

`func (o *UtilizationDailyFindByDate200Response) GetEndDateOk() (*string, bool)`

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

### SetEndDate

`func (o *UtilizationDailyFindByDate200Response) SetEndDate(v string)`

SetEndDate sets EndDate field to given value.

### HasEndDate

`func (o *UtilizationDailyFindByDate200Response) HasEndDate() bool`

HasEndDate returns a boolean if a field has been set.

### GetDatacenters

`func (o *UtilizationDailyFindByDate200Response) GetDatacenters() []UtilizationDataCenter`

GetDatacenters returns the Datacenters field if non-nil, zero value otherwise.

### GetDatacentersOk

`func (o *UtilizationDailyFindByDate200Response) GetDatacentersOk() (*[]UtilizationDataCenter, bool)`

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

### SetDatacenters

`func (o *UtilizationDailyFindByDate200Response) SetDatacenters(v []UtilizationDataCenter)`

SetDatacenters sets Datacenters field to given value.

### HasDatacenters

`func (o *UtilizationDailyFindByDate200Response) HasDatacenters() bool`

HasDatacenters returns a boolean if a field has been set.

### GetMetadata

`func (o *UtilizationDailyFindByDate200Response) GetMetadata() Metadata`

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

### GetMetadataOk

`func (o *UtilizationDailyFindByDate200Response) GetMetadataOk() (*Metadata, bool)`

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

### SetMetadata

`func (o *UtilizationDailyFindByDate200Response) SetMetadata(v Metadata)`

SetMetadata sets Metadata field to given value.

### HasMetadata

`func (o *UtilizationDailyFindByDate200Response) HasMetadata() bool`

HasMetadata returns a boolean if a field has been set.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/go/go-bundle/sdks/billing/models/utilizationdailyfindbydate200response.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
