| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | Pointer to string | [optional] | |
| ApiVersion | Pointer to string | [optional] | |
| Namespace | Pointer to string | [optional] | |
| Users | Pointer to []string | [optional] | |
| Groups | Pointer to []string | [optional] |
func NewResourceAccessReviewResponse() *ResourceAccessReviewResponse
NewResourceAccessReviewResponse instantiates a new ResourceAccessReviewResponse 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 NewResourceAccessReviewResponseWithDefaults() *ResourceAccessReviewResponse
NewResourceAccessReviewResponseWithDefaults instantiates a new ResourceAccessReviewResponse 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 *ResourceAccessReviewResponse) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *ResourceAccessReviewResponse) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAccessReviewResponse) SetKind(v string)
SetKind sets Kind field to given value.
func (o *ResourceAccessReviewResponse) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *ResourceAccessReviewResponse) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
func (o *ResourceAccessReviewResponse) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAccessReviewResponse) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *ResourceAccessReviewResponse) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (o *ResourceAccessReviewResponse) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *ResourceAccessReviewResponse) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAccessReviewResponse) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ResourceAccessReviewResponse) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *ResourceAccessReviewResponse) GetUsers() []string
GetUsers returns the Users field if non-nil, zero value otherwise.
func (o *ResourceAccessReviewResponse) GetUsersOk() (*[]string, bool)
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAccessReviewResponse) SetUsers(v []string)
SetUsers sets Users field to given value.
func (o *ResourceAccessReviewResponse) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (o *ResourceAccessReviewResponse) GetGroups() []string
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *ResourceAccessReviewResponse) GetGroupsOk() (*[]string, bool)
GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAccessReviewResponse) SetGroups(v []string)
SetGroups sets Groups field to given value.
func (o *ResourceAccessReviewResponse) HasGroups() bool
HasGroups returns a boolean if a field has been set.