Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.53 KB

PackageLinks.md

File metadata and controls

134 lines (73 loc) · 3.53 KB

PackageLinks

Properties

Name Type Description Notes
App Pointer to PackageLinksApp [optional]
Download Pointer to PackageLinksDownload [optional]
Self Pointer to PackageLinksSelf [optional]
Upload Pointer to PackageLinksUpload [optional]

Methods

NewPackageLinks

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

NewPackageLinksWithDefaults

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

GetApp

func (o *PackageLinks) GetApp() PackageLinksApp

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

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.

SetApp

func (o *PackageLinks) SetApp(v PackageLinksApp)

SetApp sets App field to given value.

HasApp

func (o *PackageLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetDownload

func (o *PackageLinks) GetDownload() PackageLinksDownload

GetDownload returns the Download field if non-nil, zero value otherwise.

GetDownloadOk

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.

SetDownload

func (o *PackageLinks) SetDownload(v PackageLinksDownload)

SetDownload sets Download field to given value.

HasDownload

func (o *PackageLinks) HasDownload() bool

HasDownload returns a boolean if a field has been set.

GetSelf

func (o *PackageLinks) GetSelf() PackageLinksSelf

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

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.

SetSelf

func (o *PackageLinks) SetSelf(v PackageLinksSelf)

SetSelf sets Self field to given value.

HasSelf

func (o *PackageLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetUpload

func (o *PackageLinks) GetUpload() PackageLinksUpload

GetUpload returns the Upload field if non-nil, zero value otherwise.

GetUploadOk

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.

SetUpload

func (o *PackageLinks) SetUpload(v PackageLinksUpload)

SetUpload sets Upload field to given value.

HasUpload

func (o *PackageLinks) HasUpload() bool

HasUpload returns a boolean if a field has been set.

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