Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

UserTypeLinks.md

File metadata and controls

82 lines (45 loc) · 2.26 KB

UserTypeLinks

Properties

Name Type Description Notes
Self Pointer to HrefObjectSelfLink [optional]
Schema Pointer to SourceLinksAllOfSchema [optional]

Methods

NewUserTypeLinks

func NewUserTypeLinks() *UserTypeLinks

NewUserTypeLinks instantiates a new UserTypeLinks 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

NewUserTypeLinksWithDefaults

func NewUserTypeLinksWithDefaults() *UserTypeLinks

NewUserTypeLinksWithDefaults instantiates a new UserTypeLinks 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

GetSelf

func (o *UserTypeLinks) GetSelf() HrefObjectSelfLink

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

GetSelfOk

func (o *UserTypeLinks) GetSelfOk() (*HrefObjectSelfLink, 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 *UserTypeLinks) SetSelf(v HrefObjectSelfLink)

SetSelf sets Self field to given value.

HasSelf

func (o *UserTypeLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetSchema

func (o *UserTypeLinks) GetSchema() SourceLinksAllOfSchema

GetSchema returns the Schema field if non-nil, zero value otherwise.

GetSchemaOk

func (o *UserTypeLinks) GetSchemaOk() (*SourceLinksAllOfSchema, bool)

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

SetSchema

func (o *UserTypeLinks) SetSchema(v SourceLinksAllOfSchema)

SetSchema sets Schema field to given value.

HasSchema

func (o *UserTypeLinks) HasSchema() bool

HasSchema returns a boolean if a field has been set.

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