| Name | Type | Description | Notes |
|---|---|---|---|
| Period | InsightPeriod | ||
| LastPeriod | InsightPeriod |
func NewInsightGroupCollectionScoreMetadata(period InsightPeriod, lastPeriod InsightPeriod, ) *InsightGroupCollectionScoreMetadata
NewInsightGroupCollectionScoreMetadata instantiates a new InsightGroupCollectionScoreMetadata 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 NewInsightGroupCollectionScoreMetadataWithDefaults() *InsightGroupCollectionScoreMetadata
NewInsightGroupCollectionScoreMetadataWithDefaults instantiates a new InsightGroupCollectionScoreMetadata 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 *InsightGroupCollectionScoreMetadata) GetPeriod() InsightPeriod
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *InsightGroupCollectionScoreMetadata) 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 *InsightGroupCollectionScoreMetadata) SetPeriod(v InsightPeriod)
SetPeriod sets Period field to given value.
func (o *InsightGroupCollectionScoreMetadata) GetLastPeriod() InsightPeriod
GetLastPeriod returns the LastPeriod field if non-nil, zero value otherwise.
func (o *InsightGroupCollectionScoreMetadata) 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 *InsightGroupCollectionScoreMetadata) SetLastPeriod(v InsightPeriod)
SetLastPeriod sets LastPeriod field to given value.