Name | Type | Description | Notes |
---|---|---|---|
Sources | Pointer to []Source | [optional] |
func NewListSources200ResponseEmbedded() *ListSources200ResponseEmbedded
NewListSources200ResponseEmbedded instantiates a new ListSources200ResponseEmbedded 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 NewListSources200ResponseEmbeddedWithDefaults() *ListSources200ResponseEmbedded
NewListSources200ResponseEmbeddedWithDefaults instantiates a new ListSources200ResponseEmbedded 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 *ListSources200ResponseEmbedded) GetSources() []Source
GetSources returns the Sources field if non-nil, zero value otherwise.
func (o *ListSources200ResponseEmbedded) GetSourcesOk() (*[]Source, bool)
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSources200ResponseEmbedded) SetSources(v []Source)
SetSources sets Sources field to given value.
func (o *ListSources200ResponseEmbedded) HasSources() bool
HasSources returns a boolean if a field has been set.