Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.7 KB

UpdateUserPermissionsRequest.md

File metadata and controls

51 lines (28 loc) · 1.7 KB

UpdateUserPermissionsRequest

Properties

Name Type Description Notes
Permissions []string

Methods

NewUpdateUserPermissionsRequest

func NewUpdateUserPermissionsRequest(permissions []string, ) *UpdateUserPermissionsRequest

NewUpdateUserPermissionsRequest instantiates a new UpdateUserPermissionsRequest 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

NewUpdateUserPermissionsRequestWithDefaults

func NewUpdateUserPermissionsRequestWithDefaults() *UpdateUserPermissionsRequest

NewUpdateUserPermissionsRequestWithDefaults instantiates a new UpdateUserPermissionsRequest 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

GetPermissions

func (o *UpdateUserPermissionsRequest) GetPermissions() []string

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

GetPermissionsOk

func (o *UpdateUserPermissionsRequest) GetPermissionsOk() (*[]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 *UpdateUserPermissionsRequest) SetPermissions(v []string)

SetPermissions sets Permissions field to given value.

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