Inteloutliersslice
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RareAccess | Intelrareaccessslice | First page of rare access items for the identity. |
Methods
NewInteloutliersslice
func NewInteloutliersslice(rareAccess Intelrareaccessslice, ) *Inteloutliersslice
NewInteloutliersslice instantiates a new Inteloutliersslice 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
NewInteloutlierssliceWithDefaults
func NewInteloutlierssliceWithDefaults() *Inteloutliersslice
NewInteloutlierssliceWithDefaults instantiates a new Inteloutliersslice 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
GetRareAccess
func (o *Inteloutliersslice) GetRareAccess() Intelrareaccessslice
GetRareAccess returns the RareAccess field if non-nil, zero value otherwise.
GetRareAccessOk
func (o *Inteloutliersslice) GetRareAccessOk() (*Intelrareaccessslice, bool)
GetRareAccessOk returns a tuple with the RareAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRareAccess
func (o *Inteloutliersslice) SetRareAccess(v Intelrareaccessslice)
SetRareAccess sets RareAccess field to given value.