Name | Type | Description | Notes |
---|---|---|---|
Releases | Pointer to []Release | [optional] |
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
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
func (o *ListReleasesForService200ResponseEmbedded) GetReleases() []Release
GetReleases returns the Releases field if non-nil, zero value otherwise.
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.
func (o *ListReleasesForService200ResponseEmbedded) SetReleases(v []Release)
SetReleases sets Releases field to given value.
func (o *ListReleasesForService200ResponseEmbedded) HasReleases() bool
HasReleases returns a boolean if a field has been set.