Name | Type | Description | Notes |
---|---|---|---|
Organization | Pointer to Get200ResponseLinksLogCache | [optional] | |
Self | Pointer to Get200ResponseLinksLogCache | [optional] | |
User | Pointer to Get200ResponseLinksLogCache | [optional] |
func NewRoleLinks() *RoleLinks
NewRoleLinks instantiates a new RoleLinks 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 NewRoleLinksWithDefaults() *RoleLinks
NewRoleLinksWithDefaults instantiates a new RoleLinks 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 *RoleLinks) GetOrganization() Get200ResponseLinksLogCache
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *RoleLinks) GetOrganizationOk() (*Get200ResponseLinksLogCache, 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 *RoleLinks) SetOrganization(v Get200ResponseLinksLogCache)
SetOrganization sets Organization field to given value.
func (o *RoleLinks) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *RoleLinks) GetSelf() Get200ResponseLinksLogCache
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *RoleLinks) GetSelfOk() (*Get200ResponseLinksLogCache, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleLinks) SetSelf(v Get200ResponseLinksLogCache)
SetSelf sets Self field to given value.
func (o *RoleLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (o *RoleLinks) GetUser() Get200ResponseLinksLogCache
GetUser returns the User field if non-nil, zero value otherwise.
func (o *RoleLinks) GetUserOk() (*Get200ResponseLinksLogCache, 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 *RoleLinks) SetUser(v Get200ResponseLinksLogCache)
SetUser sets User field to given value.
func (o *RoleLinks) HasUser() bool
HasUser returns a boolean if a field has been set.