Name | Type | Description | Notes |
---|---|---|---|
Arch | Pointer to string | [optional] | |
Checksum | Pointer to string | [optional] | |
DatePublished | Pointer to string | Date represents the date format used for API returns | [optional] |
DownloadHref | Pointer to string | [optional] | |
Filename | Pointer to string | [optional] | |
ImageName | Pointer to string | [optional] |
func NewImageInContentSet() *ImageInContentSet
NewImageInContentSet instantiates a new ImageInContentSet 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 NewImageInContentSetWithDefaults() *ImageInContentSet
NewImageInContentSetWithDefaults instantiates a new ImageInContentSet 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 *ImageInContentSet) GetArch() string
GetArch returns the Arch field if non-nil, zero value otherwise.
func (o *ImageInContentSet) GetArchOk() (*string, bool)
GetArchOk returns a tuple with the Arch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageInContentSet) SetArch(v string)
SetArch sets Arch field to given value.
func (o *ImageInContentSet) HasArch() bool
HasArch returns a boolean if a field has been set.
func (o *ImageInContentSet) GetChecksum() string
GetChecksum returns the Checksum field if non-nil, zero value otherwise.
func (o *ImageInContentSet) GetChecksumOk() (*string, bool)
GetChecksumOk returns a tuple with the Checksum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageInContentSet) SetChecksum(v string)
SetChecksum sets Checksum field to given value.
func (o *ImageInContentSet) HasChecksum() bool
HasChecksum returns a boolean if a field has been set.
func (o *ImageInContentSet) GetDatePublished() string
GetDatePublished returns the DatePublished field if non-nil, zero value otherwise.
func (o *ImageInContentSet) GetDatePublishedOk() (*string, bool)
GetDatePublishedOk returns a tuple with the DatePublished field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageInContentSet) SetDatePublished(v string)
SetDatePublished sets DatePublished field to given value.
func (o *ImageInContentSet) HasDatePublished() bool
HasDatePublished returns a boolean if a field has been set.
func (o *ImageInContentSet) GetDownloadHref() string
GetDownloadHref returns the DownloadHref field if non-nil, zero value otherwise.
func (o *ImageInContentSet) GetDownloadHrefOk() (*string, bool)
GetDownloadHrefOk returns a tuple with the DownloadHref field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageInContentSet) SetDownloadHref(v string)
SetDownloadHref sets DownloadHref field to given value.
func (o *ImageInContentSet) HasDownloadHref() bool
HasDownloadHref returns a boolean if a field has been set.
func (o *ImageInContentSet) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *ImageInContentSet) GetFilenameOk() (*string, bool)
GetFilenameOk returns a tuple with the Filename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageInContentSet) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *ImageInContentSet) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (o *ImageInContentSet) GetImageName() string
GetImageName returns the ImageName field if non-nil, zero value otherwise.
func (o *ImageInContentSet) GetImageNameOk() (*string, bool)
GetImageNameOk returns a tuple with the ImageName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageInContentSet) SetImageName(v string)
SetImageName sets ImageName field to given value.
func (o *ImageInContentSet) HasImageName() bool
HasImageName returns a boolean if a field has been set.