Name | Type | Description | Notes |
---|---|---|---|
FilePermissions | Pointer to FilePermissionsCRUDVM | [optional] | |
DataSourcePermissions | Pointer to DataSourcePermissionsCRUDVM | [optional] | |
GroupPermissions | Pointer to GroupPermissionsCRUDVM | [optional] | |
TaskPermissions | Pointer to TaskPermissionsCRUDVM | [optional] | |
T | string |
func NewDefaultPermissionsVM(t string, ) *DefaultPermissionsVM
NewDefaultPermissionsVM instantiates a new DefaultPermissionsVM 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 NewDefaultPermissionsVMWithDefaults() *DefaultPermissionsVM
NewDefaultPermissionsVMWithDefaults instantiates a new DefaultPermissionsVM 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 *DefaultPermissionsVM) GetFilePermissions() FilePermissionsCRUDVM
GetFilePermissions returns the FilePermissions field if non-nil, zero value otherwise.
func (o *DefaultPermissionsVM) GetFilePermissionsOk() (*FilePermissionsCRUDVM, bool)
GetFilePermissionsOk returns a tuple with the FilePermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultPermissionsVM) SetFilePermissions(v FilePermissionsCRUDVM)
SetFilePermissions sets FilePermissions field to given value.
func (o *DefaultPermissionsVM) HasFilePermissions() bool
HasFilePermissions returns a boolean if a field has been set.
func (o *DefaultPermissionsVM) GetDataSourcePermissions() DataSourcePermissionsCRUDVM
GetDataSourcePermissions returns the DataSourcePermissions field if non-nil, zero value otherwise.
func (o *DefaultPermissionsVM) GetDataSourcePermissionsOk() (*DataSourcePermissionsCRUDVM, bool)
GetDataSourcePermissionsOk returns a tuple with the DataSourcePermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultPermissionsVM) SetDataSourcePermissions(v DataSourcePermissionsCRUDVM)
SetDataSourcePermissions sets DataSourcePermissions field to given value.
func (o *DefaultPermissionsVM) HasDataSourcePermissions() bool
HasDataSourcePermissions returns a boolean if a field has been set.
func (o *DefaultPermissionsVM) GetGroupPermissions() GroupPermissionsCRUDVM
GetGroupPermissions returns the GroupPermissions field if non-nil, zero value otherwise.
func (o *DefaultPermissionsVM) GetGroupPermissionsOk() (*GroupPermissionsCRUDVM, bool)
GetGroupPermissionsOk returns a tuple with the GroupPermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultPermissionsVM) SetGroupPermissions(v GroupPermissionsCRUDVM)
SetGroupPermissions sets GroupPermissions field to given value.
func (o *DefaultPermissionsVM) HasGroupPermissions() bool
HasGroupPermissions returns a boolean if a field has been set.
func (o *DefaultPermissionsVM) GetTaskPermissions() TaskPermissionsCRUDVM
GetTaskPermissions returns the TaskPermissions field if non-nil, zero value otherwise.
func (o *DefaultPermissionsVM) GetTaskPermissionsOk() (*TaskPermissionsCRUDVM, bool)
GetTaskPermissionsOk returns a tuple with the TaskPermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultPermissionsVM) SetTaskPermissions(v TaskPermissionsCRUDVM)
SetTaskPermissions sets TaskPermissions field to given value.
func (o *DefaultPermissionsVM) HasTaskPermissions() bool
HasTaskPermissions returns a boolean if a field has been set.
func (o *DefaultPermissionsVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *DefaultPermissionsVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DefaultPermissionsVM) SetT(v string)
SetT sets T field to given value.