| Name | Type | Description | Notes |
|---|---|---|---|
| Period | InsightPeriod | ||
| LastPeriod | InsightPeriod | ||
| Scores | InsightGroupScores | ||
| Links | Pointer to map[string]Link | The location and content type of related resources | [optional] |
func NewInsightScores(period InsightPeriod, lastPeriod InsightPeriod, scores InsightGroupScores, ) *InsightScores
NewInsightScores instantiates a new InsightScores 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 NewInsightScoresWithDefaults() *InsightScores
NewInsightScoresWithDefaults instantiates a new InsightScores 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 *InsightScores) GetPeriod() InsightPeriod
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *InsightScores) GetPeriodOk() (*InsightPeriod, bool)
GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InsightScores) SetPeriod(v InsightPeriod)
SetPeriod sets Period field to given value.
func (o *InsightScores) GetLastPeriod() InsightPeriod
GetLastPeriod returns the LastPeriod field if non-nil, zero value otherwise.
func (o *InsightScores) GetLastPeriodOk() (*InsightPeriod, bool)
GetLastPeriodOk returns a tuple with the LastPeriod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InsightScores) SetLastPeriod(v InsightPeriod)
SetLastPeriod sets LastPeriod field to given value.
func (o *InsightScores) GetScores() InsightGroupScores
GetScores returns the Scores field if non-nil, zero value otherwise.
func (o *InsightScores) GetScoresOk() (*InsightGroupScores, bool)
GetScoresOk returns a tuple with the Scores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InsightScores) SetScores(v InsightGroupScores)
SetScores sets Scores field to given value.
func (o *InsightScores) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *InsightScores) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InsightScores) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *InsightScores) HasLinks() bool
HasLinks returns a boolean if a field has been set.