Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.49 KB

PhotosSummaryPrimary.md

File metadata and controls

134 lines (73 loc) · 3.49 KB

PhotosSummaryPrimary

Properties

Name Type Description Notes
Id Pointer to int64 [optional]
Source Pointer to int32 [optional]
UniqueId Pointer to string [optional]
Urls Pointer to map[string]string [optional]

Methods

NewPhotosSummaryPrimary

func NewPhotosSummaryPrimary() *PhotosSummaryPrimary

NewPhotosSummaryPrimary instantiates a new PhotosSummaryPrimary 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

NewPhotosSummaryPrimaryWithDefaults

func NewPhotosSummaryPrimaryWithDefaults() *PhotosSummaryPrimary

NewPhotosSummaryPrimaryWithDefaults instantiates a new PhotosSummaryPrimary 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

GetId

func (o *PhotosSummaryPrimary) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PhotosSummaryPrimary) GetIdOk() (*int64, 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.

SetId

func (o *PhotosSummaryPrimary) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *PhotosSummaryPrimary) HasId() bool

HasId returns a boolean if a field has been set.

GetSource

func (o *PhotosSummaryPrimary) GetSource() int32

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *PhotosSummaryPrimary) GetSourceOk() (*int32, bool)

GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSource

func (o *PhotosSummaryPrimary) SetSource(v int32)

SetSource sets Source field to given value.

HasSource

func (o *PhotosSummaryPrimary) HasSource() bool

HasSource returns a boolean if a field has been set.

GetUniqueId

func (o *PhotosSummaryPrimary) GetUniqueId() string

GetUniqueId returns the UniqueId field if non-nil, zero value otherwise.

GetUniqueIdOk

func (o *PhotosSummaryPrimary) GetUniqueIdOk() (*string, bool)

GetUniqueIdOk returns a tuple with the UniqueId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUniqueId

func (o *PhotosSummaryPrimary) SetUniqueId(v string)

SetUniqueId sets UniqueId field to given value.

HasUniqueId

func (o *PhotosSummaryPrimary) HasUniqueId() bool

HasUniqueId returns a boolean if a field has been set.

GetUrls

func (o *PhotosSummaryPrimary) GetUrls() map[string]string

GetUrls returns the Urls field if non-nil, zero value otherwise.

GetUrlsOk

func (o *PhotosSummaryPrimary) GetUrlsOk() (*map[string]string, 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.

SetUrls

func (o *PhotosSummaryPrimary) SetUrls(v map[string]string)

SetUrls sets Urls field to given value.

HasUrls

func (o *PhotosSummaryPrimary) HasUrls() bool

HasUrls returns a boolean if a field has been set.

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