Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.16 KB

OrgContactUser.md

File metadata and controls

82 lines (45 loc) · 2.16 KB

OrgContactUser

Properties

Name Type Description Notes
UserId Pointer to string [optional]
Links Pointer to LinksSelf [optional]

Methods

NewOrgContactUser

func NewOrgContactUser() *OrgContactUser

NewOrgContactUser instantiates a new OrgContactUser 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

NewOrgContactUserWithDefaults

func NewOrgContactUserWithDefaults() *OrgContactUser

NewOrgContactUserWithDefaults instantiates a new OrgContactUser 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

GetUserId

func (o *OrgContactUser) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *OrgContactUser) GetUserIdOk() (*string, bool)

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

SetUserId

func (o *OrgContactUser) SetUserId(v string)

SetUserId sets UserId field to given value.

HasUserId

func (o *OrgContactUser) HasUserId() bool

HasUserId returns a boolean if a field has been set.

GetLinks

func (o *OrgContactUser) GetLinks() LinksSelf

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *OrgContactUser) GetLinksOk() (*LinksSelf, 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.

SetLinks

func (o *OrgContactUser) SetLinks(v LinksSelf)

SetLinks sets Links field to given value.

HasLinks

func (o *OrgContactUser) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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