Name | Type | Description | Notes |
---|---|---|---|
Links | Pointer to RelationshipLinks | [optional] | |
Meta | Pointer to PagingInformation | [optional] | |
Data | Pointer to []AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizationsDataInner | [optional] |
func NewAppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations() *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations
NewAppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations instantiates a new AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations 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 NewAppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizationsWithDefaults() *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations
NewAppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizationsWithDefaults instantiates a new AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations 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 *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) GetLinks() RelationshipLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) GetLinksOk() (*RelationshipLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) SetLinks(v RelationshipLinks)
SetLinks sets Links field to given value.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) GetMeta() PagingInformation
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) GetMetaOk() (*PagingInformation, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) SetMeta(v PagingInformation)
SetMeta sets Meta field to given value.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) GetData() []AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizationsDataInner
GetData returns the Data field if non-nil, zero value otherwise.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) GetDataOk() (*[]AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizationsDataInner, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) SetData(v []AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizationsDataInner)
SetData sets Data field to given value.
func (o *AppClipDefaultExperienceRelationshipsAppClipDefaultExperienceLocalizations) HasData() bool
HasData returns a boolean if a field has been set.