Name | Type | Description | Notes |
---|---|---|---|
Roles | Pointer to []string | [optional] | |
VerifyCaller | Pointer to bool | [optional] |
func NewAccess() *Access
NewAccess instantiates a new Access 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 NewAccessWithDefaults() *Access
NewAccessWithDefaults instantiates a new Access 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 *Access) GetRoles() []string
GetRoles returns the Roles field if non-nil, zero value otherwise.
func (o *Access) GetRolesOk() (*[]string, bool)
GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Access) SetRoles(v []string)
SetRoles sets Roles field to given value.
func (o *Access) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (o *Access) GetVerifyCaller() bool
GetVerifyCaller returns the VerifyCaller field if non-nil, zero value otherwise.
func (o *Access) GetVerifyCallerOk() (*bool, bool)
GetVerifyCallerOk returns a tuple with the VerifyCaller field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Access) SetVerifyCaller(v bool)
SetVerifyCaller sets VerifyCaller field to given value.
func (o *Access) HasVerifyCaller() bool
HasVerifyCaller returns a boolean if a field has been set.