Name | Type | Description | Notes |
---|---|---|---|
Organization | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] | |
Space | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] | |
User | Pointer to V3RolesPostRequestRelationshipsUser | [optional] |
func NewV3RolesPostRequestRelationships() *V3RolesPostRequestRelationships
NewV3RolesPostRequestRelationships instantiates a new V3RolesPostRequestRelationships 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 NewV3RolesPostRequestRelationshipsWithDefaults() *V3RolesPostRequestRelationships
NewV3RolesPostRequestRelationshipsWithDefaults instantiates a new V3RolesPostRequestRelationships 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 *V3RolesPostRequestRelationships) GetOrganization() V3AppsPostRequestRelationshipsSpace
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *V3RolesPostRequestRelationships) GetOrganizationOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3RolesPostRequestRelationships) SetOrganization(v V3AppsPostRequestRelationshipsSpace)
SetOrganization sets Organization field to given value.
func (o *V3RolesPostRequestRelationships) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *V3RolesPostRequestRelationships) GetSpace() V3AppsPostRequestRelationshipsSpace
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *V3RolesPostRequestRelationships) GetSpaceOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3RolesPostRequestRelationships) SetSpace(v V3AppsPostRequestRelationshipsSpace)
SetSpace sets Space field to given value.
func (o *V3RolesPostRequestRelationships) HasSpace() bool
HasSpace returns a boolean if a field has been set.
func (o *V3RolesPostRequestRelationships) GetUser() V3RolesPostRequestRelationshipsUser
GetUser returns the User field if non-nil, zero value otherwise.
func (o *V3RolesPostRequestRelationships) GetUserOk() (*V3RolesPostRequestRelationshipsUser, 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.
func (o *V3RolesPostRequestRelationships) SetUser(v V3RolesPostRequestRelationshipsUser)
SetUser sets User field to given value.
func (o *V3RolesPostRequestRelationships) HasUser() bool
HasUser returns a boolean if a field has been set.