| Name | Type | Description | Notes |
|---|---|---|---|
| SubjectHandle | string | ||
| Permissions | map[string][]string |
func NewPermissionDescription(subjectHandle string, permissions map[string][]string, ) *PermissionDescription
NewPermissionDescription instantiates a new PermissionDescription 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 NewPermissionDescriptionWithDefaults() *PermissionDescription
NewPermissionDescriptionWithDefaults instantiates a new PermissionDescription 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 *PermissionDescription) GetSubjectHandle() string
GetSubjectHandle returns the SubjectHandle field if non-nil, zero value otherwise.
func (o *PermissionDescription) GetSubjectHandleOk() (*string, bool)
GetSubjectHandleOk returns a tuple with the SubjectHandle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionDescription) SetSubjectHandle(v string)
SetSubjectHandle sets SubjectHandle field to given value.
func (o *PermissionDescription) GetPermissions() map[string][]string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *PermissionDescription) GetPermissionsOk() (*map[string][]string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionDescription) SetPermissions(v map[string][]string)
SetPermissions sets Permissions field to given value.