Name | Type | Description | Notes |
---|---|---|---|
ContainerId | Pointer to int32 | [optional] | |
Permission | Pointer to string | [optional] |
func NewKeyfactorApiModelsSecurityRolesContainerPermissionRequest() *KeyfactorApiModelsSecurityRolesContainerPermissionRequest
NewKeyfactorApiModelsSecurityRolesContainerPermissionRequest instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionRequest 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 NewKeyfactorApiModelsSecurityRolesContainerPermissionRequestWithDefaults() *KeyfactorApiModelsSecurityRolesContainerPermissionRequest
NewKeyfactorApiModelsSecurityRolesContainerPermissionRequestWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesContainerPermissionRequest 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 *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetContainerId() int32
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) 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.
func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) SetContainerId(v int32)
SetContainerId sets ContainerId field to given value.
func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) HasContainerId() bool
HasContainerId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) GetPermission() string
GetPermission returns the Permission field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) 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.
func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) SetPermission(v string)
SetPermission sets Permission field to given value.
func (o *KeyfactorApiModelsSecurityRolesContainerPermissionRequest) HasPermission() bool
HasPermission returns a boolean if a field has been set.