Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.01 KB

ImageInContentSet.md

File metadata and controls

186 lines (101 loc) · 5.01 KB

ImageInContentSet

Properties

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]

Methods

NewImageInContentSet

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

NewImageInContentSetWithDefaults

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

GetArch

func (o *ImageInContentSet) GetArch() string

GetArch returns the Arch field if non-nil, zero value otherwise.

GetArchOk

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.

SetArch

func (o *ImageInContentSet) SetArch(v string)

SetArch sets Arch field to given value.

HasArch

func (o *ImageInContentSet) HasArch() bool

HasArch returns a boolean if a field has been set.

GetChecksum

func (o *ImageInContentSet) GetChecksum() string

GetChecksum returns the Checksum field if non-nil, zero value otherwise.

GetChecksumOk

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.

SetChecksum

func (o *ImageInContentSet) SetChecksum(v string)

SetChecksum sets Checksum field to given value.

HasChecksum

func (o *ImageInContentSet) HasChecksum() bool

HasChecksum returns a boolean if a field has been set.

GetDatePublished

func (o *ImageInContentSet) GetDatePublished() string

GetDatePublished returns the DatePublished field if non-nil, zero value otherwise.

GetDatePublishedOk

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.

SetDatePublished

func (o *ImageInContentSet) SetDatePublished(v string)

SetDatePublished sets DatePublished field to given value.

HasDatePublished

func (o *ImageInContentSet) HasDatePublished() bool

HasDatePublished returns a boolean if a field has been set.

GetDownloadHref

func (o *ImageInContentSet) GetDownloadHref() string

GetDownloadHref returns the DownloadHref field if non-nil, zero value otherwise.

GetDownloadHrefOk

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.

SetDownloadHref

func (o *ImageInContentSet) SetDownloadHref(v string)

SetDownloadHref sets DownloadHref field to given value.

HasDownloadHref

func (o *ImageInContentSet) HasDownloadHref() bool

HasDownloadHref returns a boolean if a field has been set.

GetFilename

func (o *ImageInContentSet) GetFilename() string

GetFilename returns the Filename field if non-nil, zero value otherwise.

GetFilenameOk

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.

SetFilename

func (o *ImageInContentSet) SetFilename(v string)

SetFilename sets Filename field to given value.

HasFilename

func (o *ImageInContentSet) HasFilename() bool

HasFilename returns a boolean if a field has been set.

GetImageName

func (o *ImageInContentSet) GetImageName() string

GetImageName returns the ImageName field if non-nil, zero value otherwise.

GetImageNameOk

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.

SetImageName

func (o *ImageInContentSet) SetImageName(v string)

SetImageName sets ImageName field to given value.

HasImageName

func (o *ImageInContentSet) HasImageName() bool

HasImageName returns a boolean if a field has been set.

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