Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.32 KB

V3RolesPostRequestRelationshipsUserData.md

File metadata and controls

108 lines (59 loc) · 3.32 KB

V3RolesPostRequestRelationshipsUserData

Properties

Name Type Description Notes
Guid Pointer to string [optional]
Origin Pointer to string [optional]
Username Pointer to string [optional]

Methods

NewV3RolesPostRequestRelationshipsUserData

func NewV3RolesPostRequestRelationshipsUserData() *V3RolesPostRequestRelationshipsUserData

NewV3RolesPostRequestRelationshipsUserData instantiates a new V3RolesPostRequestRelationshipsUserData 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

NewV3RolesPostRequestRelationshipsUserDataWithDefaults

func NewV3RolesPostRequestRelationshipsUserDataWithDefaults() *V3RolesPostRequestRelationshipsUserData

NewV3RolesPostRequestRelationshipsUserDataWithDefaults instantiates a new V3RolesPostRequestRelationshipsUserData 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

GetGuid

func (o *V3RolesPostRequestRelationshipsUserData) GetGuid() string

GetGuid returns the Guid field if non-nil, zero value otherwise.

GetGuidOk

func (o *V3RolesPostRequestRelationshipsUserData) GetGuidOk() (*string, bool)

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

SetGuid

func (o *V3RolesPostRequestRelationshipsUserData) SetGuid(v string)

SetGuid sets Guid field to given value.

HasGuid

func (o *V3RolesPostRequestRelationshipsUserData) HasGuid() bool

HasGuid returns a boolean if a field has been set.

GetOrigin

func (o *V3RolesPostRequestRelationshipsUserData) GetOrigin() string

GetOrigin returns the Origin field if non-nil, zero value otherwise.

GetOriginOk

func (o *V3RolesPostRequestRelationshipsUserData) GetOriginOk() (*string, bool)

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

SetOrigin

func (o *V3RolesPostRequestRelationshipsUserData) SetOrigin(v string)

SetOrigin sets Origin field to given value.

HasOrigin

func (o *V3RolesPostRequestRelationshipsUserData) HasOrigin() bool

HasOrigin returns a boolean if a field has been set.

GetUsername

func (o *V3RolesPostRequestRelationshipsUserData) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *V3RolesPostRequestRelationshipsUserData) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *V3RolesPostRequestRelationshipsUserData) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *V3RolesPostRequestRelationshipsUserData) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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