Name | Type | Description | Notes |
---|---|---|---|
View | Pointer to []string | [optional] | |
Edit | Pointer to []string | [optional] |
func NewUPAttributePermissions() *UPAttributePermissions
NewUPAttributePermissions instantiates a new UPAttributePermissions 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 NewUPAttributePermissionsWithDefaults() *UPAttributePermissions
NewUPAttributePermissionsWithDefaults instantiates a new UPAttributePermissions 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 *UPAttributePermissions) GetView() []string
GetView returns the View field if non-nil, zero value otherwise.
func (o *UPAttributePermissions) GetViewOk() (*[]string, bool)
GetViewOk returns a tuple with the View field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UPAttributePermissions) SetView(v []string)
SetView sets View field to given value.
func (o *UPAttributePermissions) HasView() bool
HasView returns a boolean if a field has been set.
func (o *UPAttributePermissions) GetEdit() []string
GetEdit returns the Edit field if non-nil, zero value otherwise.
func (o *UPAttributePermissions) GetEditOk() (*[]string, bool)
GetEditOk returns a tuple with the Edit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UPAttributePermissions) SetEdit(v []string)
SetEdit sets Edit field to given value.
func (o *UPAttributePermissions) HasEdit() bool
HasEdit returns a boolean if a field has been set.