Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.26 KB

File metadata and controls

72 lines (39 loc) · 2.26 KB

PermissionDescription

Properties

Name Type Description Notes
SubjectHandle string
Permissions map[string][]string

Methods

NewPermissionDescription

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

NewPermissionDescriptionWithDefaults

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

GetSubjectHandle

func (o *PermissionDescription) GetSubjectHandle() string

GetSubjectHandle returns the SubjectHandle field if non-nil, zero value otherwise.

GetSubjectHandleOk

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.

SetSubjectHandle

func (o *PermissionDescription) SetSubjectHandle(v string)

SetSubjectHandle sets SubjectHandle field to given value.

GetPermissions

func (o *PermissionDescription) GetPermissions() map[string][]string

GetPermissions returns the Permissions field if non-nil, zero value otherwise.

GetPermissionsOk

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.

SetPermissions

func (o *PermissionDescription) SetPermissions(v map[string][]string)

SetPermissions sets Permissions field to given value.

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