Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.47 KB

ReleaseFullSearchResult.md

File metadata and controls

82 lines (45 loc) · 2.47 KB

ReleaseFullSearchResult

Properties

Name Type Description Notes
Live Pointer to ReleaseSearchResult [optional]
Archived Pointer to ReleaseSearchResult [optional]

Methods

NewReleaseFullSearchResult

func NewReleaseFullSearchResult() *ReleaseFullSearchResult

NewReleaseFullSearchResult instantiates a new ReleaseFullSearchResult 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

NewReleaseFullSearchResultWithDefaults

func NewReleaseFullSearchResultWithDefaults() *ReleaseFullSearchResult

NewReleaseFullSearchResultWithDefaults instantiates a new ReleaseFullSearchResult 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 *ReleaseFullSearchResult) GetLive() ReleaseSearchResult

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

GetLiveOk

func (o *ReleaseFullSearchResult) GetLiveOk() (*ReleaseSearchResult, 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 *ReleaseFullSearchResult) SetLive(v ReleaseSearchResult)

SetLive sets Live field to given value.

HasLive

func (o *ReleaseFullSearchResult) HasLive() bool

HasLive returns a boolean if a field has been set.

GetArchived

func (o *ReleaseFullSearchResult) GetArchived() ReleaseSearchResult

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

GetArchivedOk

func (o *ReleaseFullSearchResult) GetArchivedOk() (*ReleaseSearchResult, 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 *ReleaseFullSearchResult) SetArchived(v ReleaseSearchResult)

SetArchived sets Archived field to given value.

HasArchived

func (o *ReleaseFullSearchResult) HasArchived() bool

HasArchived returns a boolean if a field has been set.

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