ExperienceIndex
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LastScan | Pointer to []LastScanResultVO | The results of the last scan. | [optional] |
Methods
NewExperienceIndex
func NewExperienceIndex() *ExperienceIndex
NewExperienceIndex instantiates a new ExperienceIndex 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
NewExperienceIndexWithDefaults
func NewExperienceIndexWithDefaults() *ExperienceIndex
NewExperienceIndexWithDefaults instantiates a new ExperienceIndex 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
GetLastScan
func (o *ExperienceIndex) GetLastScan() []LastScanResultVO
GetLastScan returns the LastScan field if non-nil, zero value otherwise.
GetLastScanOk
func (o *ExperienceIndex) GetLastScanOk() (*[]LastScanResultVO, bool)
GetLastScanOk returns a tuple with the LastScan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLastScan
func (o *ExperienceIndex) SetLastScan(v []LastScanResultVO)
SetLastScan sets LastScan field to given value.
HasLastScan
func (o *ExperienceIndex) HasLastScan() bool
HasLastScan returns a boolean if a field has been set.