Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.23 KB

LinksAppAndUser.md

File metadata and controls

82 lines (45 loc) · 2.23 KB

LinksAppAndUser

Properties

Name Type Description Notes
App Pointer to HrefObjectAppLink [optional]
User Pointer to HrefObjectUserLink [optional]

Methods

NewLinksAppAndUser

func NewLinksAppAndUser() *LinksAppAndUser

NewLinksAppAndUser instantiates a new LinksAppAndUser 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

NewLinksAppAndUserWithDefaults

func NewLinksAppAndUserWithDefaults() *LinksAppAndUser

NewLinksAppAndUserWithDefaults instantiates a new LinksAppAndUser 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 *LinksAppAndUser) GetApp() HrefObjectAppLink

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

GetAppOk

func (o *LinksAppAndUser) GetAppOk() (*HrefObjectAppLink, 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 *LinksAppAndUser) SetApp(v HrefObjectAppLink)

SetApp sets App field to given value.

HasApp

func (o *LinksAppAndUser) HasApp() bool

HasApp returns a boolean if a field has been set.

GetUser

func (o *LinksAppAndUser) GetUser() HrefObjectUserLink

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *LinksAppAndUser) GetUserOk() (*HrefObjectUserLink, bool)

GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUser

func (o *LinksAppAndUser) SetUser(v HrefObjectUserLink)

SetUser sets User field to given value.

HasUser

func (o *LinksAppAndUser) HasUser() bool

HasUser returns a boolean if a field has been set.

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