Name | Type | Description | Notes |
---|---|---|---|
Guid | Pointer to string | [optional] | |
Origin | Pointer to string | [optional] | |
Username | Pointer to string | [optional] |
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
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
func (o *V3RolesPostRequestRelationshipsUserData) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
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.
func (o *V3RolesPostRequestRelationshipsUserData) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *V3RolesPostRequestRelationshipsUserData) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *V3RolesPostRequestRelationshipsUserData) GetOrigin() string
GetOrigin returns the Origin field if non-nil, zero value otherwise.
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.
func (o *V3RolesPostRequestRelationshipsUserData) SetOrigin(v string)
SetOrigin sets Origin field to given value.
func (o *V3RolesPostRequestRelationshipsUserData) HasOrigin() bool
HasOrigin returns a boolean if a field has been set.
func (o *V3RolesPostRequestRelationshipsUserData) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *V3RolesPostRequestRelationshipsUserData) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *V3RolesPostRequestRelationshipsUserData) HasUsername() bool
HasUsername returns a boolean if a field has been set.