Name | Type | Description | Notes |
---|---|---|---|
OwnerId | Pointer to NullableString | [optional] | |
Owner | Pointer to TaskPermissionCRUDVM | [optional] | |
Groups | Pointer to map[string]TaskPermissionCRUDVM | [optional] | |
Other | Pointer to TaskPermissionCRUDVM | [optional] | |
Anon | Pointer to TaskPermissionCRUDVM | [optional] | |
T | string |
func NewTaskPermissionsCRUDVM(t string, ) *TaskPermissionsCRUDVM
NewTaskPermissionsCRUDVM instantiates a new TaskPermissionsCRUDVM 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 NewTaskPermissionsCRUDVMWithDefaults() *TaskPermissionsCRUDVM
NewTaskPermissionsCRUDVMWithDefaults instantiates a new TaskPermissionsCRUDVM 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 *TaskPermissionsCRUDVM) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *TaskPermissionsCRUDVM) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskPermissionsCRUDVM) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *TaskPermissionsCRUDVM) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *TaskPermissionsCRUDVM) SetOwnerIdNil(b bool)
SetOwnerIdNil sets the value for OwnerId to be an explicit nil
func (o *TaskPermissionsCRUDVM) UnsetOwnerId()
UnsetOwnerId ensures that no value is present for OwnerId, not even an explicit nil
func (o *TaskPermissionsCRUDVM) GetOwner() TaskPermissionCRUDVM
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *TaskPermissionsCRUDVM) GetOwnerOk() (*TaskPermissionCRUDVM, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskPermissionsCRUDVM) SetOwner(v TaskPermissionCRUDVM)
SetOwner sets Owner field to given value.
func (o *TaskPermissionsCRUDVM) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *TaskPermissionsCRUDVM) GetGroups() map[string]TaskPermissionCRUDVM
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *TaskPermissionsCRUDVM) GetGroupsOk() (*map[string]TaskPermissionCRUDVM, bool)
GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskPermissionsCRUDVM) SetGroups(v map[string]TaskPermissionCRUDVM)
SetGroups sets Groups field to given value.
func (o *TaskPermissionsCRUDVM) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (o *TaskPermissionsCRUDVM) SetGroupsNil(b bool)
SetGroupsNil sets the value for Groups to be an explicit nil
func (o *TaskPermissionsCRUDVM) UnsetGroups()
UnsetGroups ensures that no value is present for Groups, not even an explicit nil
func (o *TaskPermissionsCRUDVM) GetOther() TaskPermissionCRUDVM
GetOther returns the Other field if non-nil, zero value otherwise.
func (o *TaskPermissionsCRUDVM) GetOtherOk() (*TaskPermissionCRUDVM, bool)
GetOtherOk returns a tuple with the Other field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskPermissionsCRUDVM) SetOther(v TaskPermissionCRUDVM)
SetOther sets Other field to given value.
func (o *TaskPermissionsCRUDVM) HasOther() bool
HasOther returns a boolean if a field has been set.
func (o *TaskPermissionsCRUDVM) GetAnon() TaskPermissionCRUDVM
GetAnon returns the Anon field if non-nil, zero value otherwise.
func (o *TaskPermissionsCRUDVM) GetAnonOk() (*TaskPermissionCRUDVM, bool)
GetAnonOk returns a tuple with the Anon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskPermissionsCRUDVM) SetAnon(v TaskPermissionCRUDVM)
SetAnon sets Anon field to given value.
func (o *TaskPermissionsCRUDVM) HasAnon() bool
HasAnon returns a boolean if a field has been set.
func (o *TaskPermissionsCRUDVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *TaskPermissionsCRUDVM) 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 *TaskPermissionsCRUDVM) SetT(v string)
SetT sets T field to given value.