Name | Type | Description | Notes |
---|---|---|---|
ObjectType | ObjectTypeEnum | ||
Permission | PermissionEnum |
func NewAlwaysAllowedPermission(objectType ObjectTypeEnum, permission PermissionEnum, ) *AlwaysAllowedPermission
NewAlwaysAllowedPermission instantiates a new AlwaysAllowedPermission 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 NewAlwaysAllowedPermissionWithDefaults() *AlwaysAllowedPermission
NewAlwaysAllowedPermissionWithDefaults instantiates a new AlwaysAllowedPermission 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 *AlwaysAllowedPermission) GetObjectType() ObjectTypeEnum
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *AlwaysAllowedPermission) GetObjectTypeOk() (*ObjectTypeEnum, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlwaysAllowedPermission) SetObjectType(v ObjectTypeEnum)
SetObjectType sets ObjectType field to given value.
func (o *AlwaysAllowedPermission) GetPermission() PermissionEnum
GetPermission returns the Permission field if non-nil, zero value otherwise.
func (o *AlwaysAllowedPermission) GetPermissionOk() (*PermissionEnum, bool)
GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlwaysAllowedPermission) SetPermission(v PermissionEnum)
SetPermission sets Permission field to given value.