Name | Type | Description | Notes |
---|---|---|---|
VersionString | Pointer to string | [optional] | |
Copyright | Pointer to string | [optional] | |
ReviewType | Pointer to string | [optional] | |
ReleaseType | Pointer to string | [optional] | |
EarliestReleaseDate | Pointer to time.Time | [optional] | |
Downloadable | Pointer to bool | [optional] |
func NewAppStoreVersionUpdateRequestDataAttributes() *AppStoreVersionUpdateRequestDataAttributes
NewAppStoreVersionUpdateRequestDataAttributes instantiates a new AppStoreVersionUpdateRequestDataAttributes 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 NewAppStoreVersionUpdateRequestDataAttributesWithDefaults() *AppStoreVersionUpdateRequestDataAttributes
NewAppStoreVersionUpdateRequestDataAttributesWithDefaults instantiates a new AppStoreVersionUpdateRequestDataAttributes 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 *AppStoreVersionUpdateRequestDataAttributes) GetVersionString() string
GetVersionString returns the VersionString field if non-nil, zero value otherwise.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetVersionStringOk() (*string, bool)
GetVersionStringOk returns a tuple with the VersionString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) SetVersionString(v string)
SetVersionString sets VersionString field to given value.
func (o *AppStoreVersionUpdateRequestDataAttributes) HasVersionString() bool
HasVersionString returns a boolean if a field has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetCopyright() string
GetCopyright returns the Copyright field if non-nil, zero value otherwise.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetCopyrightOk() (*string, bool)
GetCopyrightOk returns a tuple with the Copyright field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) SetCopyright(v string)
SetCopyright sets Copyright field to given value.
func (o *AppStoreVersionUpdateRequestDataAttributes) HasCopyright() bool
HasCopyright returns a boolean if a field has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetReviewType() string
GetReviewType returns the ReviewType field if non-nil, zero value otherwise.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetReviewTypeOk() (*string, bool)
GetReviewTypeOk returns a tuple with the ReviewType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) SetReviewType(v string)
SetReviewType sets ReviewType field to given value.
func (o *AppStoreVersionUpdateRequestDataAttributes) HasReviewType() bool
HasReviewType returns a boolean if a field has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetReleaseType() string
GetReleaseType returns the ReleaseType field if non-nil, zero value otherwise.
func (o *AppStoreVersionUpdateRequestDataAttributes) 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 *AppStoreVersionUpdateRequestDataAttributes) SetReleaseType(v string)
SetReleaseType sets ReleaseType field to given value.
func (o *AppStoreVersionUpdateRequestDataAttributes) HasReleaseType() bool
HasReleaseType returns a boolean if a field has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetEarliestReleaseDate() time.Time
GetEarliestReleaseDate returns the EarliestReleaseDate field if non-nil, zero value otherwise.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetEarliestReleaseDateOk() (*time.Time, bool)
GetEarliestReleaseDateOk returns a tuple with the EarliestReleaseDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) SetEarliestReleaseDate(v time.Time)
SetEarliestReleaseDate sets EarliestReleaseDate field to given value.
func (o *AppStoreVersionUpdateRequestDataAttributes) HasEarliestReleaseDate() bool
HasEarliestReleaseDate returns a boolean if a field has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetDownloadable() bool
GetDownloadable returns the Downloadable field if non-nil, zero value otherwise.
func (o *AppStoreVersionUpdateRequestDataAttributes) GetDownloadableOk() (*bool, bool)
GetDownloadableOk returns a tuple with the Downloadable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppStoreVersionUpdateRequestDataAttributes) SetDownloadable(v bool)
SetDownloadable sets Downloadable field to given value.
func (o *AppStoreVersionUpdateRequestDataAttributes) HasDownloadable() bool
HasDownloadable returns a boolean if a field has been set.