Name | Type | Description | Notes |
---|---|---|---|
Create | Pointer to AdminCreate | [optional] | |
Delete | Pointer to AdminDelete | [optional] | |
Execute | Pointer to AdminExecute | [optional] | |
Get | Pointer to AdminGet | [optional] | |
Update | Pointer to AdminUpdate | [optional] | |
Administrate | Pointer to AdminAdministrate | [optional] |
func NewAdminPermission() *AdminPermission
NewAdminPermission instantiates a new AdminPermission 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 NewAdminPermissionWithDefaults() *AdminPermission
NewAdminPermissionWithDefaults instantiates a new AdminPermission 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 *AdminPermission) GetCreate() AdminCreate
GetCreate returns the Create field if non-nil, zero value otherwise.
func (o *AdminPermission) GetCreateOk() (*AdminCreate, bool)
GetCreateOk returns a tuple with the Create field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminPermission) SetCreate(v AdminCreate)
SetCreate sets Create field to given value.
func (o *AdminPermission) HasCreate() bool
HasCreate returns a boolean if a field has been set.
func (o *AdminPermission) GetDelete() AdminDelete
GetDelete returns the Delete field if non-nil, zero value otherwise.
func (o *AdminPermission) GetDeleteOk() (*AdminDelete, bool)
GetDeleteOk returns a tuple with the Delete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminPermission) SetDelete(v AdminDelete)
SetDelete sets Delete field to given value.
func (o *AdminPermission) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (o *AdminPermission) GetExecute() AdminExecute
GetExecute returns the Execute field if non-nil, zero value otherwise.
func (o *AdminPermission) GetExecuteOk() (*AdminExecute, bool)
GetExecuteOk returns a tuple with the Execute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminPermission) SetExecute(v AdminExecute)
SetExecute sets Execute field to given value.
func (o *AdminPermission) HasExecute() bool
HasExecute returns a boolean if a field has been set.
func (o *AdminPermission) GetGet() AdminGet
GetGet returns the Get field if non-nil, zero value otherwise.
func (o *AdminPermission) GetGetOk() (*AdminGet, bool)
GetGetOk returns a tuple with the Get field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminPermission) SetGet(v AdminGet)
SetGet sets Get field to given value.
func (o *AdminPermission) HasGet() bool
HasGet returns a boolean if a field has been set.
func (o *AdminPermission) GetUpdate() AdminUpdate
GetUpdate returns the Update field if non-nil, zero value otherwise.
func (o *AdminPermission) GetUpdateOk() (*AdminUpdate, bool)
GetUpdateOk returns a tuple with the Update field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminPermission) SetUpdate(v AdminUpdate)
SetUpdate sets Update field to given value.
func (o *AdminPermission) HasUpdate() bool
HasUpdate returns a boolean if a field has been set.
func (o *AdminPermission) GetAdministrate() AdminAdministrate
GetAdministrate returns the Administrate field if non-nil, zero value otherwise.
func (o *AdminPermission) GetAdministrateOk() (*AdminAdministrate, bool)
GetAdministrateOk returns a tuple with the Administrate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminPermission) SetAdministrate(v AdminAdministrate)
SetAdministrate sets Administrate field to given value.
func (o *AdminPermission) HasAdministrate() bool
HasAdministrate returns a boolean if a field has been set.