Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.85 KB

KeyfactorApiModelsSecurityRolesContainerPermissionResponse.md

File metadata and controls

108 lines (59 loc) · 3.85 KB

KeyfactorApiModelsSecurityRolesContainerPermissionResponse

Properties

Name Type Description Notes
ContainerId Pointer to int32 [optional]
Name Pointer to string [optional]
Permission Pointer to string [optional]

Methods

NewKeyfactorApiModelsSecurityRolesContainerPermissionResponse

func NewKeyfactorApiModelsSecurityRolesContainerPermissionResponse() *KeyfactorApiModelsSecurityRolesContainerPermissionResponse

NewKeyfactorApiModelsSecurityRolesContainerPermissionResponse instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionResponse 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

NewKeyfactorApiModelsSecurityRolesContainerPermissionResponseWithDefaults

func NewKeyfactorApiModelsSecurityRolesContainerPermissionResponseWithDefaults() *KeyfactorApiModelsSecurityRolesContainerPermissionResponse

NewKeyfactorApiModelsSecurityRolesContainerPermissionResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionResponse 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

GetContainerId

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetContainerId() int32

GetContainerId returns the ContainerId field if non-nil, zero value otherwise.

GetContainerIdOk

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetContainerIdOk() (*int32, bool)

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

SetContainerId

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) SetContainerId(v int32)

SetContainerId sets ContainerId field to given value.

HasContainerId

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

GetName

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetNameOk() (*string, bool)

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

SetName

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetPermission

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) GetPermission() string

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

GetPermissionOk

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

SetPermission sets Permission field to given value.

HasPermission

func (o *KeyfactorApiModelsSecurityRolesContainerPermissionResponse) HasPermission() bool

HasPermission returns a boolean if a field has been set.

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