| Name | Type | Description | Notes |
|---|---|---|---|
| Total | Pointer to float32 | [optional] | |
| Video | Pointer to float32 | [optional] | |
| Audio | Pointer to float32 | [optional] | |
| Subtitles | Pointer to float32 | [optional] | |
| Others | Pointer to float32 | [optional] | |
| Open | Pointer to float32 | [optional] | |
| Closed | Pointer to float32 | [optional] |
func NewGetIssueCount2XXResponse() *GetIssueCount2XXResponse
NewGetIssueCount2XXResponse instantiates a new GetIssueCount2XXResponse 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 NewGetIssueCount2XXResponseWithDefaults() *GetIssueCount2XXResponse
NewGetIssueCount2XXResponseWithDefaults instantiates a new GetIssueCount2XXResponse 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 *GetIssueCount2XXResponse) GetTotal() float32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *GetIssueCount2XXResponse) GetTotalOk() (*float32, 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 *GetIssueCount2XXResponse) SetTotal(v float32)
SetTotal sets Total field to given value.
func (o *GetIssueCount2XXResponse) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *GetIssueCount2XXResponse) GetVideo() float32
GetVideo returns the Video field if non-nil, zero value otherwise.
func (o *GetIssueCount2XXResponse) GetVideoOk() (*float32, bool)
GetVideoOk returns a tuple with the Video field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIssueCount2XXResponse) SetVideo(v float32)
SetVideo sets Video field to given value.
func (o *GetIssueCount2XXResponse) HasVideo() bool
HasVideo returns a boolean if a field has been set.
func (o *GetIssueCount2XXResponse) GetAudio() float32
GetAudio returns the Audio field if non-nil, zero value otherwise.
func (o *GetIssueCount2XXResponse) GetAudioOk() (*float32, bool)
GetAudioOk returns a tuple with the Audio field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIssueCount2XXResponse) SetAudio(v float32)
SetAudio sets Audio field to given value.
func (o *GetIssueCount2XXResponse) HasAudio() bool
HasAudio returns a boolean if a field has been set.
func (o *GetIssueCount2XXResponse) GetSubtitles() float32
GetSubtitles returns the Subtitles field if non-nil, zero value otherwise.
func (o *GetIssueCount2XXResponse) GetSubtitlesOk() (*float32, bool)
GetSubtitlesOk returns a tuple with the Subtitles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIssueCount2XXResponse) SetSubtitles(v float32)
SetSubtitles sets Subtitles field to given value.
func (o *GetIssueCount2XXResponse) HasSubtitles() bool
HasSubtitles returns a boolean if a field has been set.
func (o *GetIssueCount2XXResponse) GetOthers() float32
GetOthers returns the Others field if non-nil, zero value otherwise.
func (o *GetIssueCount2XXResponse) GetOthersOk() (*float32, bool)
GetOthersOk returns a tuple with the Others field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIssueCount2XXResponse) SetOthers(v float32)
SetOthers sets Others field to given value.
func (o *GetIssueCount2XXResponse) HasOthers() bool
HasOthers returns a boolean if a field has been set.
func (o *GetIssueCount2XXResponse) GetOpen() float32
GetOpen returns the Open field if non-nil, zero value otherwise.
func (o *GetIssueCount2XXResponse) GetOpenOk() (*float32, bool)
GetOpenOk returns a tuple with the Open field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIssueCount2XXResponse) SetOpen(v float32)
SetOpen sets Open field to given value.
func (o *GetIssueCount2XXResponse) HasOpen() bool
HasOpen returns a boolean if a field has been set.
func (o *GetIssueCount2XXResponse) GetClosed() float32
GetClosed returns the Closed field if non-nil, zero value otherwise.
func (o *GetIssueCount2XXResponse) GetClosedOk() (*float32, bool)
GetClosedOk returns a tuple with the Closed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIssueCount2XXResponse) SetClosed(v float32)
SetClosed sets Closed field to given value.
func (o *GetIssueCount2XXResponse) HasClosed() bool
HasClosed returns a boolean if a field has been set.