RoleMiningIdentityDistributionDistributionInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeValue | Pointer to NullableString | The attribute value that identities are grouped by | [optional] |
| Count | Pointer to int32 | The number of identities that have this attribute value | [optional] |
Methods
NewRoleMiningIdentityDistributionDistributionInner
func NewRoleMiningIdentityDistributionDistributionInner() *RoleMiningIdentityDistributionDistributionInner
NewRoleMiningIdentityDistributionDistributionInner instantiates a new RoleMiningIdentityDistributionDistributionInner 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
NewRoleMiningIdentityDistributionDistributionInnerWithDefaults
func NewRoleMiningIdentityDistributionDistributionInnerWithDefaults() *RoleMiningIdentityDistributionDistributionInner
NewRoleMiningIdentityDistributionDistributionInnerWithDefaults instantiates a new RoleMiningIdentityDistributionDistributionInner 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
GetAttributeValue
func (o *RoleMiningIdentityDistributionDistributionInner) GetAttributeValue() string
GetAttributeValue returns the AttributeValue field if non-nil, zero value otherwise.
GetAttributeValueOk
func (o *RoleMiningIdentityDistributionDistributionInner) GetAttributeValueOk() (*string, bool)
GetAttributeValueOk returns a tuple with the AttributeValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAttributeValue
func (o *RoleMiningIdentityDistributionDistributionInner) SetAttributeValue(v string)
SetAttributeValue sets AttributeValue field to given value.
HasAttributeValue
func (o *RoleMiningIdentityDistributionDistributionInner) HasAttributeValue() bool
HasAttributeValue returns a boolean if a field has been set.
SetAttributeValueNil
func (o *RoleMiningIdentityDistributionDistributionInner) SetAttributeValueNil(b bool)
SetAttributeValueNil sets the value for AttributeValue to be an explicit nil
UnsetAttributeValue
func (o *RoleMiningIdentityDistributionDistributionInner) UnsetAttributeValue()
UnsetAttributeValue ensures that no value is present for AttributeValue, not even an explicit nil
GetCount
func (o *RoleMiningIdentityDistributionDistributionInner) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
GetCountOk
func (o *RoleMiningIdentityDistributionDistributionInner) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCount
func (o *RoleMiningIdentityDistributionDistributionInner) SetCount(v int32)
SetCount sets Count field to given value.
HasCount
func (o *RoleMiningIdentityDistributionDistributionInner) HasCount() bool
HasCount returns a boolean if a field has been set.