Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.55 KB

File metadata and controls

212 lines (115 loc) · 5.55 KB

GetIssueCount2XXResponse

Properties

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]

Methods

NewGetIssueCount2XXResponse

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

NewGetIssueCount2XXResponseWithDefaults

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

GetTotal

func (o *GetIssueCount2XXResponse) GetTotal() float32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

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.

SetTotal

func (o *GetIssueCount2XXResponse) SetTotal(v float32)

SetTotal sets Total field to given value.

HasTotal

func (o *GetIssueCount2XXResponse) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetVideo

func (o *GetIssueCount2XXResponse) GetVideo() float32

GetVideo returns the Video field if non-nil, zero value otherwise.

GetVideoOk

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.

SetVideo

func (o *GetIssueCount2XXResponse) SetVideo(v float32)

SetVideo sets Video field to given value.

HasVideo

func (o *GetIssueCount2XXResponse) HasVideo() bool

HasVideo returns a boolean if a field has been set.

GetAudio

func (o *GetIssueCount2XXResponse) GetAudio() float32

GetAudio returns the Audio field if non-nil, zero value otherwise.

GetAudioOk

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.

SetAudio

func (o *GetIssueCount2XXResponse) SetAudio(v float32)

SetAudio sets Audio field to given value.

HasAudio

func (o *GetIssueCount2XXResponse) HasAudio() bool

HasAudio returns a boolean if a field has been set.

GetSubtitles

func (o *GetIssueCount2XXResponse) GetSubtitles() float32

GetSubtitles returns the Subtitles field if non-nil, zero value otherwise.

GetSubtitlesOk

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.

SetSubtitles

func (o *GetIssueCount2XXResponse) SetSubtitles(v float32)

SetSubtitles sets Subtitles field to given value.

HasSubtitles

func (o *GetIssueCount2XXResponse) HasSubtitles() bool

HasSubtitles returns a boolean if a field has been set.

GetOthers

func (o *GetIssueCount2XXResponse) GetOthers() float32

GetOthers returns the Others field if non-nil, zero value otherwise.

GetOthersOk

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.

SetOthers

func (o *GetIssueCount2XXResponse) SetOthers(v float32)

SetOthers sets Others field to given value.

HasOthers

func (o *GetIssueCount2XXResponse) HasOthers() bool

HasOthers returns a boolean if a field has been set.

GetOpen

func (o *GetIssueCount2XXResponse) GetOpen() float32

GetOpen returns the Open field if non-nil, zero value otherwise.

GetOpenOk

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.

SetOpen

func (o *GetIssueCount2XXResponse) SetOpen(v float32)

SetOpen sets Open field to given value.

HasOpen

func (o *GetIssueCount2XXResponse) HasOpen() bool

HasOpen returns a boolean if a field has been set.

GetClosed

func (o *GetIssueCount2XXResponse) GetClosed() float32

GetClosed returns the Closed field if non-nil, zero value otherwise.

GetClosedOk

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.

SetClosed

func (o *GetIssueCount2XXResponse) SetClosed(v float32)

SetClosed sets Closed field to given value.

HasClosed

func (o *GetIssueCount2XXResponse) HasClosed() bool

HasClosed returns a boolean if a field has been set.

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