Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 4.58 KB

File metadata and controls

128 lines (71 loc) · 4.58 KB

SecuritySecurityRolePermissionsContainerPermissionResponse

Properties

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

Methods

NewSecuritySecurityRolePermissionsContainerPermissionResponse

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

NewSecuritySecurityRolePermissionsContainerPermissionResponseWithDefaults

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

GetContainerId

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) GetContainerId() int32

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

GetContainerIdOk

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.

SetContainerId

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) SetContainerId(v int32)

SetContainerId sets ContainerId field to given value.

HasContainerId

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

GetName

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) GetName() string

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

GetNameOk

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.

SetName

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetPermission

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) GetPermission() string

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

GetPermissionOk

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.

SetPermission

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) SetPermission(v string)

SetPermission sets Permission field to given value.

HasPermission

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) HasPermission() bool

HasPermission returns a boolean if a field has been set.

SetPermissionNil

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) SetPermissionNil(b bool)

SetPermissionNil sets the value for Permission to be an explicit nil

UnsetPermission

func (o *SecuritySecurityRolePermissionsContainerPermissionResponse) UnsetPermission()

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

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