Name | Type | Description | Notes |
---|---|---|---|
DataPoints | Pointer to GameCenterMatchmakingAppRequestsV1MetricResponseDataInnerDataPoints | [optional] | |
Dimensions | Pointer to GameCenterMatchmakingAppRequestsV1MetricResponseDataInnerDimensions | [optional] | |
Granularity | Pointer to string | [optional] |
func NewGameCenterMatchmakingAppRequestsV1MetricResponseDataInner() *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner
NewGameCenterMatchmakingAppRequestsV1MetricResponseDataInner instantiates a new GameCenterMatchmakingAppRequestsV1MetricResponseDataInner 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 NewGameCenterMatchmakingAppRequestsV1MetricResponseDataInnerWithDefaults() *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner
NewGameCenterMatchmakingAppRequestsV1MetricResponseDataInnerWithDefaults instantiates a new GameCenterMatchmakingAppRequestsV1MetricResponseDataInner 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 *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) GetDataPoints() GameCenterMatchmakingAppRequestsV1MetricResponseDataInnerDataPoints
GetDataPoints returns the DataPoints field if non-nil, zero value otherwise.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) GetDataPointsOk() (*GameCenterMatchmakingAppRequestsV1MetricResponseDataInnerDataPoints, bool)
GetDataPointsOk returns a tuple with the DataPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) SetDataPoints(v GameCenterMatchmakingAppRequestsV1MetricResponseDataInnerDataPoints)
SetDataPoints sets DataPoints field to given value.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) HasDataPoints() bool
HasDataPoints returns a boolean if a field has been set.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) GetDimensions() GameCenterMatchmakingAppRequestsV1MetricResponseDataInnerDimensions
GetDimensions returns the Dimensions field if non-nil, zero value otherwise.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) GetDimensionsOk() (*GameCenterMatchmakingAppRequestsV1MetricResponseDataInnerDimensions, bool)
GetDimensionsOk returns a tuple with the Dimensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) SetDimensions(v GameCenterMatchmakingAppRequestsV1MetricResponseDataInnerDimensions)
SetDimensions sets Dimensions field to given value.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) HasDimensions() bool
HasDimensions returns a boolean if a field has been set.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) GetGranularity() string
GetGranularity returns the Granularity field if non-nil, zero value otherwise.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) GetGranularityOk() (*string, bool)
GetGranularityOk returns a tuple with the Granularity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) SetGranularity(v string)
SetGranularity sets Granularity field to given value.
func (o *GameCenterMatchmakingAppRequestsV1MetricResponseDataInner) HasGranularity() bool
HasGranularity returns a boolean if a field has been set.