Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.65 KB

V3RolesPostRequestRelationships.md

File metadata and controls

108 lines (59 loc) · 3.65 KB

V3RolesPostRequestRelationships

Properties

Name Type Description Notes
Organization Pointer to V3AppsPostRequestRelationshipsSpace [optional]
Space Pointer to V3AppsPostRequestRelationshipsSpace [optional]
User Pointer to V3RolesPostRequestRelationshipsUser [optional]

Methods

NewV3RolesPostRequestRelationships

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

NewV3RolesPostRequestRelationshipsWithDefaults

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

GetOrganization

func (o *V3RolesPostRequestRelationships) GetOrganization() V3AppsPostRequestRelationshipsSpace

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

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.

SetOrganization

func (o *V3RolesPostRequestRelationships) SetOrganization(v V3AppsPostRequestRelationshipsSpace)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *V3RolesPostRequestRelationships) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

GetSpace

func (o *V3RolesPostRequestRelationships) GetSpace() V3AppsPostRequestRelationshipsSpace

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

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.

SetSpace

func (o *V3RolesPostRequestRelationships) SetSpace(v V3AppsPostRequestRelationshipsSpace)

SetSpace sets Space field to given value.

HasSpace

func (o *V3RolesPostRequestRelationships) HasSpace() bool

HasSpace returns a boolean if a field has been set.

GetUser

func (o *V3RolesPostRequestRelationships) GetUser() V3RolesPostRequestRelationshipsUser

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

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.

SetUser

func (o *V3RolesPostRequestRelationships) SetUser(v V3RolesPostRequestRelationshipsUser)

SetUser sets User field to given value.

HasUser

func (o *V3RolesPostRequestRelationships) HasUser() bool

HasUser returns a boolean if a field has been set.

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