Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.43 KB

File metadata and controls

72 lines (39 loc) · 2.43 KB

InsightGroupCollectionScoreMetadata

Properties

Name Type Description Notes
Period InsightPeriod
LastPeriod InsightPeriod

Methods

NewInsightGroupCollectionScoreMetadata

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

NewInsightGroupCollectionScoreMetadataWithDefaults

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

GetPeriod

func (o *InsightGroupCollectionScoreMetadata) GetPeriod() InsightPeriod

GetPeriod returns the Period field if non-nil, zero value otherwise.

GetPeriodOk

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.

SetPeriod

func (o *InsightGroupCollectionScoreMetadata) SetPeriod(v InsightPeriod)

SetPeriod sets Period field to given value.

GetLastPeriod

func (o *InsightGroupCollectionScoreMetadata) GetLastPeriod() InsightPeriod

GetLastPeriod returns the LastPeriod field if non-nil, zero value otherwise.

GetLastPeriodOk

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.

SetLastPeriod

func (o *InsightGroupCollectionScoreMetadata) SetLastPeriod(v InsightPeriod)

SetLastPeriod sets LastPeriod field to given value.

[Back to Model list] [Back to API list] [Back to README]