Name | Type | Description | Notes |
---|---|---|---|
Ids | Pointer to []string | The list of entitlement ids to be edited | [optional] |
Exclude | Pointer to bool | If true, add ids to be exclusion list. If false, remove ids from the exclusion list. | [optional] |
func NewRoleMiningPotentialRoleEditEntitlements() *RoleMiningPotentialRoleEditEntitlements
NewRoleMiningPotentialRoleEditEntitlements instantiates a new RoleMiningPotentialRoleEditEntitlements 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 NewRoleMiningPotentialRoleEditEntitlementsWithDefaults() *RoleMiningPotentialRoleEditEntitlements
NewRoleMiningPotentialRoleEditEntitlementsWithDefaults instantiates a new RoleMiningPotentialRoleEditEntitlements 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 *RoleMiningPotentialRoleEditEntitlements) GetIds() []string
GetIds returns the Ids field if non-nil, zero value otherwise.
func (o *RoleMiningPotentialRoleEditEntitlements) GetIdsOk() (*[]string, bool)
GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMiningPotentialRoleEditEntitlements) SetIds(v []string)
SetIds sets Ids field to given value.
func (o *RoleMiningPotentialRoleEditEntitlements) HasIds() bool
HasIds returns a boolean if a field has been set.
func (o *RoleMiningPotentialRoleEditEntitlements) GetExclude() bool
GetExclude returns the Exclude field if non-nil, zero value otherwise.
func (o *RoleMiningPotentialRoleEditEntitlements) GetExcludeOk() (*bool, bool)
GetExcludeOk returns a tuple with the Exclude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMiningPotentialRoleEditEntitlements) SetExclude(v bool)
SetExclude sets Exclude field to given value.
func (o *RoleMiningPotentialRoleEditEntitlements) HasExclude() bool
HasExclude returns a boolean if a field has been set.