Name | Type | Description | Notes |
---|---|---|---|
Permissions | []string | ||
Model | Pointer to ModelEnum | [optional] | |
ObjectPk | Pointer to string | [optional] |
func NewPermissionAssignRequest(permissions []string, ) *PermissionAssignRequest
NewPermissionAssignRequest instantiates a new PermissionAssignRequest 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 NewPermissionAssignRequestWithDefaults() *PermissionAssignRequest
NewPermissionAssignRequestWithDefaults instantiates a new PermissionAssignRequest 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 *PermissionAssignRequest) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *PermissionAssignRequest) 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.
func (o *PermissionAssignRequest) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *PermissionAssignRequest) GetModel() ModelEnum
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *PermissionAssignRequest) GetModelOk() (*ModelEnum, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionAssignRequest) SetModel(v ModelEnum)
SetModel sets Model field to given value.
func (o *PermissionAssignRequest) HasModel() bool
HasModel returns a boolean if a field has been set.
func (o *PermissionAssignRequest) GetObjectPk() string
GetObjectPk returns the ObjectPk field if non-nil, zero value otherwise.
func (o *PermissionAssignRequest) GetObjectPkOk() (*string, bool)
GetObjectPkOk returns a tuple with the ObjectPk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionAssignRequest) SetObjectPk(v string)
SetObjectPk sets ObjectPk field to given value.
func (o *PermissionAssignRequest) HasObjectPk() bool
HasObjectPk returns a boolean if a field has been set.