Name | Type | Description | Notes |
---|---|---|---|
Data | []AppScreenshotSetRelationshipsAppScreenshotsDataInner | ||
Links | PagedDocumentLinks | ||
Meta | Pointer to PagingInformation | [optional] |
func NewAppScreenshotSetAppScreenshotsLinkagesResponse(data []AppScreenshotSetRelationshipsAppScreenshotsDataInner, links PagedDocumentLinks, ) *AppScreenshotSetAppScreenshotsLinkagesResponse
NewAppScreenshotSetAppScreenshotsLinkagesResponse instantiates a new AppScreenshotSetAppScreenshotsLinkagesResponse 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 NewAppScreenshotSetAppScreenshotsLinkagesResponseWithDefaults() *AppScreenshotSetAppScreenshotsLinkagesResponse
NewAppScreenshotSetAppScreenshotsLinkagesResponseWithDefaults instantiates a new AppScreenshotSetAppScreenshotsLinkagesResponse 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 *AppScreenshotSetAppScreenshotsLinkagesResponse) GetData() []AppScreenshotSetRelationshipsAppScreenshotsDataInner
GetData returns the Data field if non-nil, zero value otherwise.
func (o *AppScreenshotSetAppScreenshotsLinkagesResponse) GetDataOk() (*[]AppScreenshotSetRelationshipsAppScreenshotsDataInner, 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 *AppScreenshotSetAppScreenshotsLinkagesResponse) SetData(v []AppScreenshotSetRelationshipsAppScreenshotsDataInner)
SetData sets Data field to given value.
func (o *AppScreenshotSetAppScreenshotsLinkagesResponse) GetLinks() PagedDocumentLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *AppScreenshotSetAppScreenshotsLinkagesResponse) 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 *AppScreenshotSetAppScreenshotsLinkagesResponse) SetLinks(v PagedDocumentLinks)
SetLinks sets Links field to given value.
func (o *AppScreenshotSetAppScreenshotsLinkagesResponse) GetMeta() PagingInformation
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *AppScreenshotSetAppScreenshotsLinkagesResponse) 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 *AppScreenshotSetAppScreenshotsLinkagesResponse) SetMeta(v PagingInformation)
SetMeta sets Meta field to given value.
func (o *AppScreenshotSetAppScreenshotsLinkagesResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.