Name | Type | Description | Notes |
---|---|---|---|
Data | []AppInfoLocalization | ||
Included | Pointer to []AppInfo | [optional] | |
Links | PagedDocumentLinks | ||
Meta | Pointer to PagingInformation | [optional] |
func NewAppInfoLocalizationsResponse(data []AppInfoLocalization, links PagedDocumentLinks, ) *AppInfoLocalizationsResponse
NewAppInfoLocalizationsResponse instantiates a new AppInfoLocalizationsResponse 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 NewAppInfoLocalizationsResponseWithDefaults() *AppInfoLocalizationsResponse
NewAppInfoLocalizationsResponseWithDefaults instantiates a new AppInfoLocalizationsResponse 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 *AppInfoLocalizationsResponse) GetData() []AppInfoLocalization
GetData returns the Data field if non-nil, zero value otherwise.
func (o *AppInfoLocalizationsResponse) GetDataOk() (*[]AppInfoLocalization, 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 *AppInfoLocalizationsResponse) SetData(v []AppInfoLocalization)
SetData sets Data field to given value.
func (o *AppInfoLocalizationsResponse) GetIncluded() []AppInfo
GetIncluded returns the Included field if non-nil, zero value otherwise.
func (o *AppInfoLocalizationsResponse) GetIncludedOk() (*[]AppInfo, bool)
GetIncludedOk returns a tuple with the Included field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInfoLocalizationsResponse) SetIncluded(v []AppInfo)
SetIncluded sets Included field to given value.
func (o *AppInfoLocalizationsResponse) HasIncluded() bool
HasIncluded returns a boolean if a field has been set.
func (o *AppInfoLocalizationsResponse) GetLinks() PagedDocumentLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *AppInfoLocalizationsResponse) GetLinksOk() (*PagedDocumentLinks, 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 *AppInfoLocalizationsResponse) SetLinks(v PagedDocumentLinks)
SetLinks sets Links field to given value.
func (o *AppInfoLocalizationsResponse) GetMeta() PagingInformation
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *AppInfoLocalizationsResponse) 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 *AppInfoLocalizationsResponse) SetMeta(v PagingInformation)
SetMeta sets Meta field to given value.
func (o *AppInfoLocalizationsResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.