Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2 KB

ListReleasesForService200ResponseEmbedded.md

File metadata and controls

56 lines (31 loc) · 2 KB

ListReleasesForService200ResponseEmbedded

Properties

Name Type Description Notes
Releases Pointer to []Release [optional]

Methods

NewListReleasesForService200ResponseEmbedded

func NewListReleasesForService200ResponseEmbedded() *ListReleasesForService200ResponseEmbedded

NewListReleasesForService200ResponseEmbedded instantiates a new ListReleasesForService200ResponseEmbedded 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

NewListReleasesForService200ResponseEmbeddedWithDefaults

func NewListReleasesForService200ResponseEmbeddedWithDefaults() *ListReleasesForService200ResponseEmbedded

NewListReleasesForService200ResponseEmbeddedWithDefaults instantiates a new ListReleasesForService200ResponseEmbedded 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

GetReleases

func (o *ListReleasesForService200ResponseEmbedded) GetReleases() []Release

GetReleases returns the Releases field if non-nil, zero value otherwise.

GetReleasesOk

func (o *ListReleasesForService200ResponseEmbedded) GetReleasesOk() (*[]Release, bool)

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

SetReleases

func (o *ListReleasesForService200ResponseEmbedded) SetReleases(v []Release)

SetReleases sets Releases field to given value.

HasReleases

func (o *ListReleasesForService200ResponseEmbedded) HasReleases() bool

HasReleases returns a boolean if a field has been set.

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