Name | Type | Description | Notes |
---|---|---|---|
TotalWatchTime | Pointer to int64 | [optional] | |
TotalViews | Pointer to int64 | [optional] | |
NegativeImpactScore | Pointer to float32 | [optional] | |
Metric | Pointer to float64 | [optional] | |
FilterValue | Pointer to string | [optional] | |
FilterColumn | Pointer to string | [optional] |
func NewInsight() *Insight
NewInsight instantiates a new Insight 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 NewInsightWithDefaults() *Insight
NewInsightWithDefaults instantiates a new Insight 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 *Insight) GetTotalWatchTime() int64
GetTotalWatchTime returns the TotalWatchTime field if non-nil, zero value otherwise.
func (o *Insight) GetTotalWatchTimeOk() (*int64, bool)
GetTotalWatchTimeOk returns a tuple with the TotalWatchTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Insight) SetTotalWatchTime(v int64)
SetTotalWatchTime sets TotalWatchTime field to given value.
func (o *Insight) HasTotalWatchTime() bool
HasTotalWatchTime returns a boolean if a field has been set.
func (o *Insight) GetTotalViews() int64
GetTotalViews returns the TotalViews field if non-nil, zero value otherwise.
func (o *Insight) GetTotalViewsOk() (*int64, bool)
GetTotalViewsOk returns a tuple with the TotalViews field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Insight) SetTotalViews(v int64)
SetTotalViews sets TotalViews field to given value.
func (o *Insight) HasTotalViews() bool
HasTotalViews returns a boolean if a field has been set.
func (o *Insight) GetNegativeImpactScore() float32
GetNegativeImpactScore returns the NegativeImpactScore field if non-nil, zero value otherwise.
func (o *Insight) GetNegativeImpactScoreOk() (*float32, bool)
GetNegativeImpactScoreOk returns a tuple with the NegativeImpactScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Insight) SetNegativeImpactScore(v float32)
SetNegativeImpactScore sets NegativeImpactScore field to given value.
func (o *Insight) HasNegativeImpactScore() bool
HasNegativeImpactScore returns a boolean if a field has been set.
func (o *Insight) GetMetric() float64
GetMetric returns the Metric field if non-nil, zero value otherwise.
func (o *Insight) GetMetricOk() (*float64, bool)
GetMetricOk returns a tuple with the Metric field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Insight) SetMetric(v float64)
SetMetric sets Metric field to given value.
func (o *Insight) HasMetric() bool
HasMetric returns a boolean if a field has been set.
func (o *Insight) GetFilterValue() string
GetFilterValue returns the FilterValue field if non-nil, zero value otherwise.
func (o *Insight) GetFilterValueOk() (*string, bool)
GetFilterValueOk returns a tuple with the FilterValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Insight) SetFilterValue(v string)
SetFilterValue sets FilterValue field to given value.
func (o *Insight) HasFilterValue() bool
HasFilterValue returns a boolean if a field has been set.
func (o *Insight) GetFilterColumn() string
GetFilterColumn returns the FilterColumn field if non-nil, zero value otherwise.
func (o *Insight) GetFilterColumnOk() (*string, bool)
GetFilterColumnOk returns a tuple with the FilterColumn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Insight) SetFilterColumn(v string)
SetFilterColumn sets FilterColumn field to given value.
func (o *Insight) HasFilterColumn() bool
HasFilterColumn returns a boolean if a field has been set.