Name | Type | Description | Notes |
---|---|---|---|
Etag | Pointer to string | An MD-5 hash of the object. `null` if this object represents a prefix. | [optional] |
LastModified | Pointer to time.Time | The date and time this object was last modified. `null` if this object represents a prefix. | [optional] |
Name | Pointer to string | The name of this object or prefix. | [optional] |
Owner | Pointer to string | The owner of this object, as a UUID. `null` if this object represents a prefix. | [optional] |
Size | Pointer to int32 | The size of this object, in bytes. `null` if this object represents a prefix. | [optional] |
func NewGetObjectStorageBucketContent200ResponseDataInner() *GetObjectStorageBucketContent200ResponseDataInner
NewGetObjectStorageBucketContent200ResponseDataInner instantiates a new GetObjectStorageBucketContent200ResponseDataInner 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
func NewGetObjectStorageBucketContent200ResponseDataInnerWithDefaults() *GetObjectStorageBucketContent200ResponseDataInner
NewGetObjectStorageBucketContent200ResponseDataInnerWithDefaults instantiates a new GetObjectStorageBucketContent200ResponseDataInner 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
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetEtag() string
GetEtag returns the Etag field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetEtagOk() (*string, bool)
GetEtagOk returns a tuple with the Etag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) SetEtag(v string)
SetEtag sets Etag field to given value.
func (o *GetObjectStorageBucketContent200ResponseDataInner) HasEtag() bool
HasEtag returns a boolean if a field has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetLastModified() time.Time
GetLastModified returns the LastModified field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetLastModifiedOk() (*time.Time, bool)
GetLastModifiedOk returns a tuple with the LastModified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) SetLastModified(v time.Time)
SetLastModified sets LastModified field to given value.
func (o *GetObjectStorageBucketContent200ResponseDataInner) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetObjectStorageBucketContent200ResponseDataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetOwner() string
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) SetOwner(v string)
SetOwner sets Owner field to given value.
func (o *GetObjectStorageBucketContent200ResponseDataInner) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketContent200ResponseDataInner) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketContent200ResponseDataInner) SetSize(v int32)
SetSize sets Size field to given value.
func (o *GetObjectStorageBucketContent200ResponseDataInner) HasSize() bool
HasSize returns a boolean if a field has been set.