| Name | Type | Description | Notes |
|---|---|---|---|
| Total | Pointer to int32 | [optional] | |
| Success | Pointer to int32 | [optional] | |
| Failed | Pointer to int32 | [optional] | |
| Pending | Pointer to int32 | [optional] | |
| InProgress | Pointer to int32 | [optional] | |
| SuccessRate | Pointer to float32 | [optional] | |
| AvgCreditsUsed | Pointer to float32 | [optional] | |
| PlatformBreakdown | Pointer to map[string]interface{} | [optional] |
func NewProjectAnalyticsImplementationStats() *ProjectAnalyticsImplementationStats
NewProjectAnalyticsImplementationStats instantiates a new ProjectAnalyticsImplementationStats 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 NewProjectAnalyticsImplementationStatsWithDefaults() *ProjectAnalyticsImplementationStats
NewProjectAnalyticsImplementationStatsWithDefaults instantiates a new ProjectAnalyticsImplementationStats 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 *ProjectAnalyticsImplementationStats) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *ProjectAnalyticsImplementationStats) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectAnalyticsImplementationStats) SetTotal(v int32)
SetTotal sets Total field to given value.
func (o *ProjectAnalyticsImplementationStats) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *ProjectAnalyticsImplementationStats) GetSuccess() int32
GetSuccess returns the Success field if non-nil, zero value otherwise.
func (o *ProjectAnalyticsImplementationStats) GetSuccessOk() (*int32, bool)
GetSuccessOk returns a tuple with the Success field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectAnalyticsImplementationStats) SetSuccess(v int32)
SetSuccess sets Success field to given value.
func (o *ProjectAnalyticsImplementationStats) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (o *ProjectAnalyticsImplementationStats) GetFailed() int32
GetFailed returns the Failed field if non-nil, zero value otherwise.
func (o *ProjectAnalyticsImplementationStats) GetFailedOk() (*int32, bool)
GetFailedOk returns a tuple with the Failed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectAnalyticsImplementationStats) SetFailed(v int32)
SetFailed sets Failed field to given value.
func (o *ProjectAnalyticsImplementationStats) HasFailed() bool
HasFailed returns a boolean if a field has been set.
func (o *ProjectAnalyticsImplementationStats) GetPending() int32
GetPending returns the Pending field if non-nil, zero value otherwise.
func (o *ProjectAnalyticsImplementationStats) GetPendingOk() (*int32, bool)
GetPendingOk returns a tuple with the Pending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectAnalyticsImplementationStats) SetPending(v int32)
SetPending sets Pending field to given value.
func (o *ProjectAnalyticsImplementationStats) HasPending() bool
HasPending returns a boolean if a field has been set.
func (o *ProjectAnalyticsImplementationStats) GetInProgress() int32
GetInProgress returns the InProgress field if non-nil, zero value otherwise.
func (o *ProjectAnalyticsImplementationStats) GetInProgressOk() (*int32, bool)
GetInProgressOk returns a tuple with the InProgress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectAnalyticsImplementationStats) SetInProgress(v int32)
SetInProgress sets InProgress field to given value.
func (o *ProjectAnalyticsImplementationStats) HasInProgress() bool
HasInProgress returns a boolean if a field has been set.
func (o *ProjectAnalyticsImplementationStats) GetSuccessRate() float32
GetSuccessRate returns the SuccessRate field if non-nil, zero value otherwise.
func (o *ProjectAnalyticsImplementationStats) GetSuccessRateOk() (*float32, bool)
GetSuccessRateOk returns a tuple with the SuccessRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectAnalyticsImplementationStats) SetSuccessRate(v float32)
SetSuccessRate sets SuccessRate field to given value.
func (o *ProjectAnalyticsImplementationStats) HasSuccessRate() bool
HasSuccessRate returns a boolean if a field has been set.
func (o *ProjectAnalyticsImplementationStats) GetAvgCreditsUsed() float32
GetAvgCreditsUsed returns the AvgCreditsUsed field if non-nil, zero value otherwise.
func (o *ProjectAnalyticsImplementationStats) GetAvgCreditsUsedOk() (*float32, bool)
GetAvgCreditsUsedOk returns a tuple with the AvgCreditsUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectAnalyticsImplementationStats) SetAvgCreditsUsed(v float32)
SetAvgCreditsUsed sets AvgCreditsUsed field to given value.
func (o *ProjectAnalyticsImplementationStats) HasAvgCreditsUsed() bool
HasAvgCreditsUsed returns a boolean if a field has been set.
func (o *ProjectAnalyticsImplementationStats) GetPlatformBreakdown() map[string]interface{}
GetPlatformBreakdown returns the PlatformBreakdown field if non-nil, zero value otherwise.
func (o *ProjectAnalyticsImplementationStats) GetPlatformBreakdownOk() (*map[string]interface{}, bool)
GetPlatformBreakdownOk returns a tuple with the PlatformBreakdown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectAnalyticsImplementationStats) SetPlatformBreakdown(v map[string]interface{})
SetPlatformBreakdown sets PlatformBreakdown field to given value.
func (o *ProjectAnalyticsImplementationStats) HasPlatformBreakdown() bool
HasPlatformBreakdown returns a boolean if a field has been set.