Name | Type | Description | Notes |
---|---|---|---|
IdentityHandle | Pointer to string | [optional] | |
TenantHandle | Pointer to string | [optional] | |
WorkspaceHandle | Pointer to string | [optional] |
func NewUpdatePermissionRequest() *UpdatePermissionRequest
NewUpdatePermissionRequest instantiates a new UpdatePermissionRequest 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 NewUpdatePermissionRequestWithDefaults() *UpdatePermissionRequest
NewUpdatePermissionRequestWithDefaults instantiates a new UpdatePermissionRequest 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 *UpdatePermissionRequest) GetIdentityHandle() string
GetIdentityHandle returns the IdentityHandle field if non-nil, zero value otherwise.
func (o *UpdatePermissionRequest) GetIdentityHandleOk() (*string, bool)
GetIdentityHandleOk returns a tuple with the IdentityHandle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdatePermissionRequest) SetIdentityHandle(v string)
SetIdentityHandle sets IdentityHandle field to given value.
func (o *UpdatePermissionRequest) HasIdentityHandle() bool
HasIdentityHandle returns a boolean if a field has been set.
func (o *UpdatePermissionRequest) GetTenantHandle() string
GetTenantHandle returns the TenantHandle field if non-nil, zero value otherwise.
func (o *UpdatePermissionRequest) GetTenantHandleOk() (*string, bool)
GetTenantHandleOk returns a tuple with the TenantHandle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdatePermissionRequest) SetTenantHandle(v string)
SetTenantHandle sets TenantHandle field to given value.
func (o *UpdatePermissionRequest) HasTenantHandle() bool
HasTenantHandle returns a boolean if a field has been set.
func (o *UpdatePermissionRequest) GetWorkspaceHandle() string
GetWorkspaceHandle returns the WorkspaceHandle field if non-nil, zero value otherwise.
func (o *UpdatePermissionRequest) GetWorkspaceHandleOk() (*string, bool)
GetWorkspaceHandleOk returns a tuple with the WorkspaceHandle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdatePermissionRequest) SetWorkspaceHandle(v string)
SetWorkspaceHandle sets WorkspaceHandle field to given value.
func (o *UpdatePermissionRequest) HasWorkspaceHandle() bool
HasWorkspaceHandle returns a boolean if a field has been set.