Name | Type | Description | Notes |
---|---|---|---|
Architecture | string | ||
MetadataUuid | string | ||
Platform | string | ||
ReleaseDateMsecs | int64 | ||
ReleaseNotes | string | ||
ReleaseType | string | ||
Sha256 | string | ||
Status | string | ||
Version | string | ||
YbType | string |
func NewResponseExtractMetadata(architecture string, metadataUuid string, platform string, releaseDateMsecs int64, releaseNotes string, releaseType string, sha256 string, status string, version string, ybType string, ) *ResponseExtractMetadata
NewResponseExtractMetadata instantiates a new ResponseExtractMetadata 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 NewResponseExtractMetadataWithDefaults() *ResponseExtractMetadata
NewResponseExtractMetadataWithDefaults instantiates a new ResponseExtractMetadata 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 *ResponseExtractMetadata) GetArchitecture() string
GetArchitecture returns the Architecture field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetArchitectureOk() (*string, bool)
GetArchitectureOk returns a tuple with the Architecture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetArchitecture(v string)
SetArchitecture sets Architecture field to given value.
func (o *ResponseExtractMetadata) GetMetadataUuid() string
GetMetadataUuid returns the MetadataUuid field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetMetadataUuidOk() (*string, bool)
GetMetadataUuidOk returns a tuple with the MetadataUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetMetadataUuid(v string)
SetMetadataUuid sets MetadataUuid field to given value.
func (o *ResponseExtractMetadata) GetPlatform() string
GetPlatform returns the Platform field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetPlatformOk() (*string, bool)
GetPlatformOk returns a tuple with the Platform field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetPlatform(v string)
SetPlatform sets Platform field to given value.
func (o *ResponseExtractMetadata) GetReleaseDateMsecs() int64
GetReleaseDateMsecs returns the ReleaseDateMsecs field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetReleaseDateMsecsOk() (*int64, bool)
GetReleaseDateMsecsOk returns a tuple with the ReleaseDateMsecs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetReleaseDateMsecs(v int64)
SetReleaseDateMsecs sets ReleaseDateMsecs field to given value.
func (o *ResponseExtractMetadata) GetReleaseNotes() string
GetReleaseNotes returns the ReleaseNotes field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetReleaseNotesOk() (*string, bool)
GetReleaseNotesOk returns a tuple with the ReleaseNotes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetReleaseNotes(v string)
SetReleaseNotes sets ReleaseNotes field to given value.
func (o *ResponseExtractMetadata) GetReleaseType() string
GetReleaseType returns the ReleaseType field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetReleaseTypeOk() (*string, bool)
GetReleaseTypeOk returns a tuple with the ReleaseType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetReleaseType(v string)
SetReleaseType sets ReleaseType field to given value.
func (o *ResponseExtractMetadata) GetSha256() string
GetSha256 returns the Sha256 field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetSha256Ok() (*string, bool)
GetSha256Ok returns a tuple with the Sha256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetSha256(v string)
SetSha256 sets Sha256 field to given value.
func (o *ResponseExtractMetadata) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ResponseExtractMetadata) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ResponseExtractMetadata) GetYbType() string
GetYbType returns the YbType field if non-nil, zero value otherwise.
func (o *ResponseExtractMetadata) GetYbTypeOk() (*string, bool)
GetYbTypeOk returns a tuple with the YbType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseExtractMetadata) SetYbType(v string)
SetYbType sets YbType field to given value.