Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 4.67 KB

File metadata and controls

138 lines (77 loc) · 4.67 KB

SecuritySecurityRolePermissionsAreaPermissionResponse

Properties

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

Methods

NewSecuritySecurityRolePermissionsAreaPermissionResponse

func NewSecuritySecurityRolePermissionsAreaPermissionResponse() *SecuritySecurityRolePermissionsAreaPermissionResponse

NewSecuritySecurityRolePermissionsAreaPermissionResponse instantiates a new SecuritySecurityRolePermissionsAreaPermissionResponse 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

NewSecuritySecurityRolePermissionsAreaPermissionResponseWithDefaults

func NewSecuritySecurityRolePermissionsAreaPermissionResponseWithDefaults() *SecuritySecurityRolePermissionsAreaPermissionResponse

NewSecuritySecurityRolePermissionsAreaPermissionResponseWithDefaults instantiates a new SecuritySecurityRolePermissionsAreaPermissionResponse 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 *SecuritySecurityRolePermissionsAreaPermissionResponse) GetType() string

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

GetTypeOk

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) 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 *SecuritySecurityRolePermissionsAreaPermissionResponse) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetArea

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) GetArea() string

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

GetAreaOk

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) 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 *SecuritySecurityRolePermissionsAreaPermissionResponse) SetArea(v string)

SetArea sets Area field to given value.

HasArea

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) HasArea() bool

HasArea returns a boolean if a field has been set.

SetAreaNil

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) SetAreaNil(b bool)

SetAreaNil sets the value for Area to be an explicit nil

UnsetArea

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) UnsetArea()

UnsetArea ensures that no value is present for Area, not even an explicit nil

GetPermission

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) GetPermission() string

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

GetPermissionOk

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

SetPermission sets Permission field to given value.

HasPermission

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) HasPermission() bool

HasPermission returns a boolean if a field has been set.

SetPermissionNil

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) SetPermissionNil(b bool)

SetPermissionNil sets the value for Permission to be an explicit nil

UnsetPermission

func (o *SecuritySecurityRolePermissionsAreaPermissionResponse) 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]