Name | Type | Description | Notes |
---|---|---|---|
App | Pointer to PackageLinksApp | [optional] | |
Download | Pointer to PackageLinksDownload | [optional] | |
Self | Pointer to PackageLinksSelf | [optional] | |
Upload | Pointer to PackageLinksUpload | [optional] |
func NewPackageLinks() *PackageLinks
NewPackageLinks instantiates a new PackageLinks 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 NewPackageLinksWithDefaults() *PackageLinks
NewPackageLinksWithDefaults instantiates a new PackageLinks 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 *PackageLinks) GetApp() PackageLinksApp
GetApp returns the App field if non-nil, zero value otherwise.
func (o *PackageLinks) GetAppOk() (*PackageLinksApp, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageLinks) SetApp(v PackageLinksApp)
SetApp sets App field to given value.
func (o *PackageLinks) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *PackageLinks) GetDownload() PackageLinksDownload
GetDownload returns the Download field if non-nil, zero value otherwise.
func (o *PackageLinks) GetDownloadOk() (*PackageLinksDownload, bool)
GetDownloadOk returns a tuple with the Download field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageLinks) SetDownload(v PackageLinksDownload)
SetDownload sets Download field to given value.
func (o *PackageLinks) HasDownload() bool
HasDownload returns a boolean if a field has been set.
func (o *PackageLinks) GetSelf() PackageLinksSelf
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *PackageLinks) GetSelfOk() (*PackageLinksSelf, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageLinks) SetSelf(v PackageLinksSelf)
SetSelf sets Self field to given value.
func (o *PackageLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (o *PackageLinks) GetUpload() PackageLinksUpload
GetUpload returns the Upload field if non-nil, zero value otherwise.
func (o *PackageLinks) GetUploadOk() (*PackageLinksUpload, bool)
GetUploadOk returns a tuple with the Upload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageLinks) SetUpload(v PackageLinksUpload)
SetUpload sets Upload field to given value.
func (o *PackageLinks) HasUpload() bool
HasUpload returns a boolean if a field has been set.