# StorageUsage

## Properties

| Name          | Type                                                                                                                         | Description | Notes       |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **Bytes**     | **NullableInt64**                                                                                                            |             |             |
| **UpdatedAt** | Pointer to [**NullableTime**](https://github.com/ionos-cloud/sdk-go-container-registry/blob/master/docs/models/time.Time.md) |             | \[optional] |

## Methods

### NewStorageUsage

`func NewStorageUsage(bytes NullableInt64, ) *StorageUsage`

NewStorageUsage instantiates a new StorageUsage 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

### NewStorageUsageWithDefaults

`func NewStorageUsageWithDefaults() *StorageUsage`

NewStorageUsageWithDefaults instantiates a new StorageUsage 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

### GetBytes

`func (o *StorageUsage) GetBytes() int64`

GetBytes returns the Bytes field if non-nil, zero value otherwise.

### GetBytesOk

`func (o *StorageUsage) GetBytesOk() (*int64, bool)`

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

### SetBytes

`func (o *StorageUsage) SetBytes(v int64)`

SetBytes sets Bytes field to given value.

### SetBytesNil

`func (o *StorageUsage) SetBytesNil(b bool)`

SetBytesNil sets the value for Bytes to be an explicit nil

### UnsetBytes

`func (o *StorageUsage) UnsetBytes()`

UnsetBytes ensures that no value is present for Bytes, not even an explicit nil

### GetUpdatedAt

`func (o *StorageUsage) GetUpdatedAt() time.Time`

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

### GetUpdatedAtOk

`func (o *StorageUsage) GetUpdatedAtOk() (*time.Time, bool)`

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

### SetUpdatedAt

`func (o *StorageUsage) SetUpdatedAt(v time.Time)`

SetUpdatedAt sets UpdatedAt field to given value.

### HasUpdatedAt

`func (o *StorageUsage) HasUpdatedAt() bool`

HasUpdatedAt returns a boolean if a field has been set.

### SetUpdatedAtNil

`func (o *StorageUsage) SetUpdatedAtNil(b bool)`

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

### UnsetUpdatedAt

`func (o *StorageUsage) UnsetUpdatedAt()`

UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil


---

# 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/container-registry-sdk-golang/models/storageusage.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.
