| Name | Type | Description | Notes |
|---|---|---|---|
| Operations | []PermissionOperation | The list of allowed CRUDL operations. | |
| ResourceInstance | string | The unique identifier of the resource instance. |
func NewInstancePermissionItem(operations []PermissionOperation, resourceInstance string, ) *InstancePermissionItem
NewInstancePermissionItem instantiates a new InstancePermissionItem 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 NewInstancePermissionItemWithDefaults() *InstancePermissionItem
NewInstancePermissionItemWithDefaults instantiates a new InstancePermissionItem 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 *InstancePermissionItem) GetOperations() []PermissionOperation
GetOperations returns the Operations field if non-nil, zero value otherwise.
func (o *InstancePermissionItem) GetOperationsOk() (*[]PermissionOperation, bool)
GetOperationsOk returns a tuple with the Operations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstancePermissionItem) SetOperations(v []PermissionOperation)
SetOperations sets Operations field to given value.
func (o *InstancePermissionItem) SetOperationsNil(b bool)
SetOperationsNil sets the value for Operations to be an explicit nil
func (o *InstancePermissionItem) UnsetOperations()
UnsetOperations ensures that no value is present for Operations, not even an explicit nil
func (o *InstancePermissionItem) GetResourceInstance() string
GetResourceInstance returns the ResourceInstance field if non-nil, zero value otherwise.
func (o *InstancePermissionItem) GetResourceInstanceOk() (*string, bool)
GetResourceInstanceOk returns a tuple with the ResourceInstance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstancePermissionItem) SetResourceInstance(v string)
SetResourceInstance sets ResourceInstance field to given value.