Skip to content

Latest commit

 

History

History
240 lines (127 loc) · 6.67 KB

ResponseExtractMetadata.md

File metadata and controls

240 lines (127 loc) · 6.67 KB

ResponseExtractMetadata

Properties

Name Type Description Notes
Architecture string
MetadataUuid string
Platform string
ReleaseDateMsecs int64
ReleaseNotes string
ReleaseType string
Sha256 string
Status string
Version string
YbType string

Methods

NewResponseExtractMetadata

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

NewResponseExtractMetadataWithDefaults

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

GetArchitecture

func (o *ResponseExtractMetadata) GetArchitecture() string

GetArchitecture returns the Architecture field if non-nil, zero value otherwise.

GetArchitectureOk

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.

SetArchitecture

func (o *ResponseExtractMetadata) SetArchitecture(v string)

SetArchitecture sets Architecture field to given value.

GetMetadataUuid

func (o *ResponseExtractMetadata) GetMetadataUuid() string

GetMetadataUuid returns the MetadataUuid field if non-nil, zero value otherwise.

GetMetadataUuidOk

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.

SetMetadataUuid

func (o *ResponseExtractMetadata) SetMetadataUuid(v string)

SetMetadataUuid sets MetadataUuid field to given value.

GetPlatform

func (o *ResponseExtractMetadata) GetPlatform() string

GetPlatform returns the Platform field if non-nil, zero value otherwise.

GetPlatformOk

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.

SetPlatform

func (o *ResponseExtractMetadata) SetPlatform(v string)

SetPlatform sets Platform field to given value.

GetReleaseDateMsecs

func (o *ResponseExtractMetadata) GetReleaseDateMsecs() int64

GetReleaseDateMsecs returns the ReleaseDateMsecs field if non-nil, zero value otherwise.

GetReleaseDateMsecsOk

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.

SetReleaseDateMsecs

func (o *ResponseExtractMetadata) SetReleaseDateMsecs(v int64)

SetReleaseDateMsecs sets ReleaseDateMsecs field to given value.

GetReleaseNotes

func (o *ResponseExtractMetadata) GetReleaseNotes() string

GetReleaseNotes returns the ReleaseNotes field if non-nil, zero value otherwise.

GetReleaseNotesOk

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.

SetReleaseNotes

func (o *ResponseExtractMetadata) SetReleaseNotes(v string)

SetReleaseNotes sets ReleaseNotes field to given value.

GetReleaseType

func (o *ResponseExtractMetadata) GetReleaseType() string

GetReleaseType returns the ReleaseType field if non-nil, zero value otherwise.

GetReleaseTypeOk

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.

SetReleaseType

func (o *ResponseExtractMetadata) SetReleaseType(v string)

SetReleaseType sets ReleaseType field to given value.

GetSha256

func (o *ResponseExtractMetadata) GetSha256() string

GetSha256 returns the Sha256 field if non-nil, zero value otherwise.

GetSha256Ok

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.

SetSha256

func (o *ResponseExtractMetadata) SetSha256(v string)

SetSha256 sets Sha256 field to given value.

GetStatus

func (o *ResponseExtractMetadata) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *ResponseExtractMetadata) SetStatus(v string)

SetStatus sets Status field to given value.

GetVersion

func (o *ResponseExtractMetadata) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *ResponseExtractMetadata) SetVersion(v string)

SetVersion sets Version field to given value.

GetYbType

func (o *ResponseExtractMetadata) GetYbType() string

GetYbType returns the YbType field if non-nil, zero value otherwise.

GetYbTypeOk

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.

SetYbType

func (o *ResponseExtractMetadata) SetYbType(v string)

SetYbType sets YbType field to given value.

[Back to Model list] [Back to API list] [Back to README]