Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.47 KB

File metadata and controls

160 lines (87 loc) · 4.47 KB

ResourceAccessReviewResponse

Properties

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]

Methods

NewResourceAccessReviewResponse

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

NewResourceAccessReviewResponseWithDefaults

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

GetKind

func (o *ResourceAccessReviewResponse) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

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.

SetKind

func (o *ResourceAccessReviewResponse) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *ResourceAccessReviewResponse) HasKind() bool

HasKind returns a boolean if a field has been set.

GetApiVersion

func (o *ResourceAccessReviewResponse) GetApiVersion() string

GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.

GetApiVersionOk

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.

SetApiVersion

func (o *ResourceAccessReviewResponse) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

HasApiVersion

func (o *ResourceAccessReviewResponse) HasApiVersion() bool

HasApiVersion returns a boolean if a field has been set.

GetNamespace

func (o *ResourceAccessReviewResponse) GetNamespace() string

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

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.

SetNamespace

func (o *ResourceAccessReviewResponse) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *ResourceAccessReviewResponse) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetUsers

func (o *ResourceAccessReviewResponse) GetUsers() []string

GetUsers returns the Users field if non-nil, zero value otherwise.

GetUsersOk

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.

SetUsers

func (o *ResourceAccessReviewResponse) SetUsers(v []string)

SetUsers sets Users field to given value.

HasUsers

func (o *ResourceAccessReviewResponse) HasUsers() bool

HasUsers returns a boolean if a field has been set.

GetGroups

func (o *ResourceAccessReviewResponse) GetGroups() []string

GetGroups returns the Groups field if non-nil, zero value otherwise.

GetGroupsOk

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.

SetGroups

func (o *ResourceAccessReviewResponse) SetGroups(v []string)

SetGroups sets Groups field to given value.

HasGroups

func (o *ResourceAccessReviewResponse) HasGroups() bool

HasGroups returns a boolean if a field has been set.

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