Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.29 KB

AlwaysAllowedPermission.md

File metadata and controls

72 lines (39 loc) · 2.29 KB

AlwaysAllowedPermission

Properties

Name Type Description Notes
ObjectType ObjectTypeEnum
Permission PermissionEnum

Methods

NewAlwaysAllowedPermission

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

NewAlwaysAllowedPermissionWithDefaults

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

GetObjectType

func (o *AlwaysAllowedPermission) GetObjectType() ObjectTypeEnum

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

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.

SetObjectType

func (o *AlwaysAllowedPermission) SetObjectType(v ObjectTypeEnum)

SetObjectType sets ObjectType field to given value.

GetPermission

func (o *AlwaysAllowedPermission) GetPermission() PermissionEnum

GetPermission returns the Permission field if non-nil, zero value otherwise.

GetPermissionOk

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.

SetPermission

func (o *AlwaysAllowedPermission) SetPermission(v PermissionEnum)

SetPermission sets Permission field to given value.

[Back to Model list] [Back to API list] [Back to README]