Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.32 KB

CreatePermissionRequest.md

File metadata and controls

108 lines (59 loc) · 3.32 KB

CreatePermissionRequest

Properties

Name Type Description Notes
IdentityHandle Pointer to string [optional]
TenantHandle Pointer to string [optional]
WorkspaceHandle Pointer to string [optional]

Methods

NewCreatePermissionRequest

func NewCreatePermissionRequest() *CreatePermissionRequest

NewCreatePermissionRequest instantiates a new CreatePermissionRequest 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

NewCreatePermissionRequestWithDefaults

func NewCreatePermissionRequestWithDefaults() *CreatePermissionRequest

NewCreatePermissionRequestWithDefaults instantiates a new CreatePermissionRequest 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

GetIdentityHandle

func (o *CreatePermissionRequest) GetIdentityHandle() string

GetIdentityHandle returns the IdentityHandle field if non-nil, zero value otherwise.

GetIdentityHandleOk

func (o *CreatePermissionRequest) 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.

SetIdentityHandle

func (o *CreatePermissionRequest) SetIdentityHandle(v string)

SetIdentityHandle sets IdentityHandle field to given value.

HasIdentityHandle

func (o *CreatePermissionRequest) HasIdentityHandle() bool

HasIdentityHandle returns a boolean if a field has been set.

GetTenantHandle

func (o *CreatePermissionRequest) GetTenantHandle() string

GetTenantHandle returns the TenantHandle field if non-nil, zero value otherwise.

GetTenantHandleOk

func (o *CreatePermissionRequest) 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.

SetTenantHandle

func (o *CreatePermissionRequest) SetTenantHandle(v string)

SetTenantHandle sets TenantHandle field to given value.

HasTenantHandle

func (o *CreatePermissionRequest) HasTenantHandle() bool

HasTenantHandle returns a boolean if a field has been set.

GetWorkspaceHandle

func (o *CreatePermissionRequest) GetWorkspaceHandle() string

GetWorkspaceHandle returns the WorkspaceHandle field if non-nil, zero value otherwise.

GetWorkspaceHandleOk

func (o *CreatePermissionRequest) 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.

SetWorkspaceHandle

func (o *CreatePermissionRequest) SetWorkspaceHandle(v string)

SetWorkspaceHandle sets WorkspaceHandle field to given value.

HasWorkspaceHandle

func (o *CreatePermissionRequest) HasWorkspaceHandle() bool

HasWorkspaceHandle returns a boolean if a field has been set.

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