Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.03 KB

ModelsSecurityIdentitiesPermissionRolesPairResponse.md

File metadata and controls

82 lines (45 loc) · 3.03 KB

ModelsSecurityIdentitiesPermissionRolesPairResponse

Properties

Name Type Description Notes
Permission Pointer to string [optional]
GrantedByRoles Pointer to []string [optional]

Methods

NewModelsSecurityIdentitiesPermissionRolesPairResponse

func NewModelsSecurityIdentitiesPermissionRolesPairResponse() *ModelsSecurityIdentitiesPermissionRolesPairResponse

NewModelsSecurityIdentitiesPermissionRolesPairResponse instantiates a new ModelsSecurityIdentitiesPermissionRolesPairResponse 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

NewModelsSecurityIdentitiesPermissionRolesPairResponseWithDefaults

func NewModelsSecurityIdentitiesPermissionRolesPairResponseWithDefaults() *ModelsSecurityIdentitiesPermissionRolesPairResponse

NewModelsSecurityIdentitiesPermissionRolesPairResponseWithDefaults instantiates a new ModelsSecurityIdentitiesPermissionRolesPairResponse 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

GetPermission

func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) GetPermission() string

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

GetPermissionOk

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

SetPermission sets Permission field to given value.

HasPermission

func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) HasPermission() bool

HasPermission returns a boolean if a field has been set.

GetGrantedByRoles

func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) GetGrantedByRoles() []string

GetGrantedByRoles returns the GrantedByRoles field if non-nil, zero value otherwise.

GetGrantedByRolesOk

func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) GetGrantedByRolesOk() (*[]string, bool)

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

SetGrantedByRoles

func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) SetGrantedByRoles(v []string)

SetGrantedByRoles sets GrantedByRoles field to given value.

HasGrantedByRoles

func (o *ModelsSecurityIdentitiesPermissionRolesPairResponse) HasGrantedByRoles() bool

HasGrantedByRoles returns a boolean if a field has been set.

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