Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.03 KB

ReleaseCountResults.md

File metadata and controls

108 lines (59 loc) · 3.03 KB

ReleaseCountResults

Properties

Name Type Description Notes
Live Pointer to ReleaseCountResult [optional]
Archived Pointer to ReleaseCountResult [optional]
All Pointer to ReleaseCountResult [optional]

Methods

NewReleaseCountResults

func NewReleaseCountResults() *ReleaseCountResults

NewReleaseCountResults instantiates a new ReleaseCountResults 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

NewReleaseCountResultsWithDefaults

func NewReleaseCountResultsWithDefaults() *ReleaseCountResults

NewReleaseCountResultsWithDefaults instantiates a new ReleaseCountResults 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

GetLive

func (o *ReleaseCountResults) GetLive() ReleaseCountResult

GetLive returns the Live field if non-nil, zero value otherwise.

GetLiveOk

func (o *ReleaseCountResults) GetLiveOk() (*ReleaseCountResult, bool)

GetLiveOk returns a tuple with the Live field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLive

func (o *ReleaseCountResults) SetLive(v ReleaseCountResult)

SetLive sets Live field to given value.

HasLive

func (o *ReleaseCountResults) HasLive() bool

HasLive returns a boolean if a field has been set.

GetArchived

func (o *ReleaseCountResults) GetArchived() ReleaseCountResult

GetArchived returns the Archived field if non-nil, zero value otherwise.

GetArchivedOk

func (o *ReleaseCountResults) GetArchivedOk() (*ReleaseCountResult, bool)

GetArchivedOk returns a tuple with the Archived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetArchived

func (o *ReleaseCountResults) SetArchived(v ReleaseCountResult)

SetArchived sets Archived field to given value.

HasArchived

func (o *ReleaseCountResults) HasArchived() bool

HasArchived returns a boolean if a field has been set.

GetAll

func (o *ReleaseCountResults) GetAll() ReleaseCountResult

GetAll returns the All field if non-nil, zero value otherwise.

GetAllOk

func (o *ReleaseCountResults) GetAllOk() (*ReleaseCountResult, bool)

GetAllOk returns a tuple with the All field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAll

func (o *ReleaseCountResults) SetAll(v ReleaseCountResult)

SetAll sets All field to given value.

HasAll

func (o *ReleaseCountResults) HasAll() bool

HasAll returns a boolean if a field has been set.

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