Name | Type | Description | Notes |
---|---|---|---|
Kind | string | ||
Id | string | ||
Description | string | ||
DownloadLocation | string | ||
Urls | UnsplashImageUrls | ||
Author | UnsplashImageAuthor |
func NewUnsplashImage(kind string, id string, description string, downloadLocation string, urls UnsplashImageUrls, author UnsplashImageAuthor, ) *UnsplashImage
NewUnsplashImage instantiates a new UnsplashImage 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 NewUnsplashImageWithDefaults() *UnsplashImage
NewUnsplashImageWithDefaults instantiates a new UnsplashImage 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 *UnsplashImage) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *UnsplashImage) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnsplashImage) SetKind(v string)
SetKind sets Kind field to given value.
func (o *UnsplashImage) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UnsplashImage) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnsplashImage) SetId(v string)
SetId sets Id field to given value.
func (o *UnsplashImage) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UnsplashImage) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnsplashImage) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UnsplashImage) GetDownloadLocation() string
GetDownloadLocation returns the DownloadLocation field if non-nil, zero value otherwise.
func (o *UnsplashImage) GetDownloadLocationOk() (*string, bool)
GetDownloadLocationOk returns a tuple with the DownloadLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnsplashImage) SetDownloadLocation(v string)
SetDownloadLocation sets DownloadLocation field to given value.
func (o *UnsplashImage) GetUrls() UnsplashImageUrls
GetUrls returns the Urls field if non-nil, zero value otherwise.
func (o *UnsplashImage) GetUrlsOk() (*UnsplashImageUrls, bool)
GetUrlsOk returns a tuple with the Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnsplashImage) SetUrls(v UnsplashImageUrls)
SetUrls sets Urls field to given value.
func (o *UnsplashImage) GetAuthor() UnsplashImageAuthor
GetAuthor returns the Author field if non-nil, zero value otherwise.
func (o *UnsplashImage) GetAuthorOk() (*UnsplashImageAuthor, bool)
GetAuthorOk returns a tuple with the Author field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UnsplashImage) SetAuthor(v UnsplashImageAuthor)
SetAuthor sets Author field to given value.