| Name | Type | Description | Notes |
|---|---|---|---|
| ContainerId | Pointer to int32 | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| Permission | Pointer to NullableString | [optional] |
func NewSecuritySecurityRolePermissionsContainerPermissionResponse() *SecuritySecurityRolePermissionsContainerPermissionResponse
NewSecuritySecurityRolePermissionsContainerPermissionResponse instantiates a new SecuritySecurityRolePermissionsContainerPermissionResponse 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 NewSecuritySecurityRolePermissionsContainerPermissionResponseWithDefaults() *SecuritySecurityRolePermissionsContainerPermissionResponse
NewSecuritySecurityRolePermissionsContainerPermissionResponseWithDefaults instantiates a new SecuritySecurityRolePermissionsContainerPermissionResponse 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 *SecuritySecurityRolePermissionsContainerPermissionResponse) GetContainerId() int32
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) 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 *SecuritySecurityRolePermissionsContainerPermissionResponse) SetContainerId(v int32)
SetContainerId sets ContainerId field to given value.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) HasContainerId() bool
HasContainerId returns a boolean if a field has been set.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) 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.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) SetName(v string)
SetName sets Name field to given value.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) GetPermission() string
GetPermission returns the Permission field if non-nil, zero value otherwise.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) 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 *SecuritySecurityRolePermissionsContainerPermissionResponse) SetPermission(v string)
SetPermission sets Permission field to given value.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) HasPermission() bool
HasPermission returns a boolean if a field has been set.
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) SetPermissionNil(b bool)
SetPermissionNil sets the value for Permission to be an explicit nil
func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) UnsetPermission()
UnsetPermission ensures that no value is present for Permission, not even an explicit nil