Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.63 KB

KeyfactorApiModelsSecurityRolesAreaPermissionResponse.md

File metadata and controls

108 lines (59 loc) · 3.63 KB

KeyfactorApiModelsSecurityRolesAreaPermissionResponse

Properties

Name Type Description Notes
Type Pointer to string [optional]
Area Pointer to string [optional]
Permission Pointer to string [optional]

Methods

NewKeyfactorApiModelsSecurityRolesAreaPermissionResponse

func NewKeyfactorApiModelsSecurityRolesAreaPermissionResponse() *KeyfactorApiModelsSecurityRolesAreaPermissionResponse

NewKeyfactorApiModelsSecurityRolesAreaPermissionResponse instantiates a new KeyfactorApiModelsSecurityRolesAreaPermissionResponse 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

NewKeyfactorApiModelsSecurityRolesAreaPermissionResponseWithDefaults

func NewKeyfactorApiModelsSecurityRolesAreaPermissionResponseWithDefaults() *KeyfactorApiModelsSecurityRolesAreaPermissionResponse

NewKeyfactorApiModelsSecurityRolesAreaPermissionResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesAreaPermissionResponse 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

GetType

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) HasType() bool

HasType returns a boolean if a field has been set.

GetArea

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetArea() string

GetArea returns the Area field if non-nil, zero value otherwise.

GetAreaOk

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetAreaOk() (*string, bool)

GetAreaOk returns a tuple with the Area field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetArea

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) SetArea(v string)

SetArea sets Area field to given value.

HasArea

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) HasArea() bool

HasArea returns a boolean if a field has been set.

GetPermission

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetPermission() string

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

GetPermissionOk

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) GetPermissionOk() (*string, 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 *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) SetPermission(v string)

SetPermission sets Permission field to given value.

HasPermission

func (o *KeyfactorApiModelsSecurityRolesAreaPermissionResponse) HasPermission() bool

HasPermission returns a boolean if a field has been set.

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