| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | Pointer to string | [optional] | |
| ApiVersion | Pointer to string | [optional] | |
| Namespace | Pointer to string | [optional] | |
| Verb | string | ||
| Resource | string | ||
| ResourceName | Pointer to string | [optional] | |
| ResourceAPIGroup | Pointer to string | [optional] | |
| ResourceAPIVersion | Pointer to string | [optional] | |
| Path | Pointer to string | [optional] | |
| IsNonResourceURL | Pointer to bool | [optional] | |
| NonResourceURL | Pointer to bool | [optional] |
func NewLocalResourceAccessReview(verb string, resource string, ) *LocalResourceAccessReview
NewLocalResourceAccessReview instantiates a new LocalResourceAccessReview 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 NewLocalResourceAccessReviewWithDefaults() *LocalResourceAccessReview
NewLocalResourceAccessReviewWithDefaults instantiates a new LocalResourceAccessReview 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 *LocalResourceAccessReview) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) 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 *LocalResourceAccessReview) SetKind(v string)
SetKind sets Kind field to given value.
func (o *LocalResourceAccessReview) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *LocalResourceAccessReview) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) 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 *LocalResourceAccessReview) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *LocalResourceAccessReview) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (o *LocalResourceAccessReview) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) 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 *LocalResourceAccessReview) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *LocalResourceAccessReview) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *LocalResourceAccessReview) GetVerb() string
GetVerb returns the Verb field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) GetVerbOk() (*string, bool)
GetVerbOk returns a tuple with the Verb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalResourceAccessReview) SetVerb(v string)
SetVerb sets Verb field to given value.
func (o *LocalResourceAccessReview) GetResource() string
GetResource returns the Resource field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalResourceAccessReview) SetResource(v string)
SetResource sets Resource field to given value.
func (o *LocalResourceAccessReview) GetResourceName() string
GetResourceName returns the ResourceName field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalResourceAccessReview) SetResourceName(v string)
SetResourceName sets ResourceName field to given value.
func (o *LocalResourceAccessReview) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (o *LocalResourceAccessReview) GetResourceAPIGroup() string
GetResourceAPIGroup returns the ResourceAPIGroup field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) GetResourceAPIGroupOk() (*string, bool)
GetResourceAPIGroupOk returns a tuple with the ResourceAPIGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalResourceAccessReview) SetResourceAPIGroup(v string)
SetResourceAPIGroup sets ResourceAPIGroup field to given value.
func (o *LocalResourceAccessReview) HasResourceAPIGroup() bool
HasResourceAPIGroup returns a boolean if a field has been set.
func (o *LocalResourceAccessReview) GetResourceAPIVersion() string
GetResourceAPIVersion returns the ResourceAPIVersion field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) GetResourceAPIVersionOk() (*string, bool)
GetResourceAPIVersionOk returns a tuple with the ResourceAPIVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalResourceAccessReview) SetResourceAPIVersion(v string)
SetResourceAPIVersion sets ResourceAPIVersion field to given value.
func (o *LocalResourceAccessReview) HasResourceAPIVersion() bool
HasResourceAPIVersion returns a boolean if a field has been set.
func (o *LocalResourceAccessReview) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalResourceAccessReview) SetPath(v string)
SetPath sets Path field to given value.
func (o *LocalResourceAccessReview) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *LocalResourceAccessReview) GetIsNonResourceURL() bool
GetIsNonResourceURL returns the IsNonResourceURL field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) GetIsNonResourceURLOk() (*bool, bool)
GetIsNonResourceURLOk returns a tuple with the IsNonResourceURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalResourceAccessReview) SetIsNonResourceURL(v bool)
SetIsNonResourceURL sets IsNonResourceURL field to given value.
func (o *LocalResourceAccessReview) HasIsNonResourceURL() bool
HasIsNonResourceURL returns a boolean if a field has been set.
func (o *LocalResourceAccessReview) GetNonResourceURL() bool
GetNonResourceURL returns the NonResourceURL field if non-nil, zero value otherwise.
func (o *LocalResourceAccessReview) GetNonResourceURLOk() (*bool, bool)
GetNonResourceURLOk returns a tuple with the NonResourceURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LocalResourceAccessReview) SetNonResourceURL(v bool)
SetNonResourceURL sets NonResourceURL field to given value.
func (o *LocalResourceAccessReview) HasNonResourceURL() bool
HasNonResourceURL returns a boolean if a field has been set.