arrow-left

All pages
1 of 1

Loading...

S3KeyMetadata

hashtag
Properties

Name
Type
Description
Notes

Etag

Pointer to string

hashtag
Methods

hashtag
NewS3KeyMetadata

func NewS3KeyMetadata() *S3KeyMetadata

NewS3KeyMetadata instantiates a new S3KeyMetadata 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

hashtag
NewS3KeyMetadataWithDefaults

func NewS3KeyMetadataWithDefaults() *S3KeyMetadata

NewS3KeyMetadataWithDefaults instantiates a new S3KeyMetadata 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

hashtag
GetEtag

func (o *S3KeyMetadata) GetEtag() string

GetEtag returns the Etag field if non-nil, zero value otherwise.

hashtag
GetEtagOk

func (o *S3KeyMetadata) 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.

hashtag
SetEtag

func (o *S3KeyMetadata) SetEtag(v string)

SetEtag sets Etag field to given value.

hashtag
HasEtag

func (o *S3KeyMetadata) HasEtag() bool

HasEtag returns a boolean if a field has been set.

hashtag
GetCreatedDate

func (o *S3KeyMetadata) GetCreatedDate() time.Time

GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.

hashtag
GetCreatedDateOk

func (o *S3KeyMetadata) GetCreatedDateOk() (*time.Time, bool)

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

hashtag
SetCreatedDate

func (o *S3KeyMetadata) SetCreatedDate(v time.Time)

SetCreatedDate sets CreatedDate field to given value.

hashtag
HasCreatedDate

func (o *S3KeyMetadata) HasCreatedDate() bool

HasCreatedDate returns a boolean if a field has been set.

hashtag
GetCreatedBy

func (o *S3KeyMetadata) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

hashtag
GetCreatedByOk

func (o *S3KeyMetadata) GetCreatedByOk() (*string, bool)

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

hashtag
SetCreatedBy

func (o *S3KeyMetadata) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

hashtag
HasCreatedBy

func (o *S3KeyMetadata) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

hashtag
GetCreatedByUserId

func (o *S3KeyMetadata) GetCreatedByUserId() string

GetCreatedByUserId returns the CreatedByUserId field if non-nil, zero value otherwise.

hashtag
GetCreatedByUserIdOk

func (o *S3KeyMetadata) GetCreatedByUserIdOk() (*string, bool)

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

hashtag
SetCreatedByUserId

func (o *S3KeyMetadata) SetCreatedByUserId(v string)

SetCreatedByUserId sets CreatedByUserId field to given value.

hashtag
HasCreatedByUserId

func (o *S3KeyMetadata) HasCreatedByUserId() bool

HasCreatedByUserId returns a boolean if a field has been set.

hashtag
GetLastModifiedDate

func (o *S3KeyMetadata) GetLastModifiedDate() time.Time

GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.

hashtag
GetLastModifiedDateOk

func (o *S3KeyMetadata) GetLastModifiedDateOk() (*time.Time, bool)

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

hashtag
SetLastModifiedDate

func (o *S3KeyMetadata) SetLastModifiedDate(v time.Time)

SetLastModifiedDate sets LastModifiedDate field to given value.

hashtag
HasLastModifiedDate

func (o *S3KeyMetadata) HasLastModifiedDate() bool

HasLastModifiedDate returns a boolean if a field has been set.

hashtag
GetLastModifiedBy

func (o *S3KeyMetadata) GetLastModifiedBy() string

GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.

hashtag
GetLastModifiedByOk

func (o *S3KeyMetadata) GetLastModifiedByOk() (*string, bool)

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

hashtag
SetLastModifiedBy

func (o *S3KeyMetadata) SetLastModifiedBy(v string)

SetLastModifiedBy sets LastModifiedBy field to given value.

hashtag
HasLastModifiedBy

func (o *S3KeyMetadata) HasLastModifiedBy() bool

HasLastModifiedBy returns a boolean if a field has been set.

hashtag
GetLastModifiedByUserId

func (o *S3KeyMetadata) GetLastModifiedByUserId() string

GetLastModifiedByUserId returns the LastModifiedByUserId field if non-nil, zero value otherwise.

hashtag
GetLastModifiedByUserIdOk

func (o *S3KeyMetadata) GetLastModifiedByUserIdOk() (*string, bool)

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

hashtag
SetLastModifiedByUserId

func (o *S3KeyMetadata) SetLastModifiedByUserId(v string)

SetLastModifiedByUserId sets LastModifiedByUserId field to given value.

hashtag
HasLastModifiedByUserId

func (o *S3KeyMetadata) HasLastModifiedByUserId() bool

HasLastModifiedByUserId returns a boolean if a field has been set.

Resource's Entity Tag as defined in http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11 Entity Tag is also added as an 'ETag response header to requests which don't use 'depth' parameter.

[optional] [readonly]

CreatedDate

Pointer to

The time when the Object storage key was created.

[optional] [readonly]

CreatedBy

Pointer to string

Unique name of the identity that created the resource.

[optional] [readonly]

CreatedByUserId

Pointer to string

The unique ID of the user who created the Object storage key.

[optional] [readonly]

LastModifiedDate

Pointer to

The last time the Object storage key was modified.

[optional] [readonly]

LastModifiedBy

Pointer to string

Unique name of the identity that last modified the Object storage key.

[optional] [readonly]

LastModifiedByUserId

Pointer to string

The unique ID of the user who last modified the Object storage key.

[optional] [readonly]

time.Timearrow-up-right
time.Timearrow-up-right