Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.81 KB

ListSources200ResponseEmbedded.md

File metadata and controls

56 lines (31 loc) · 1.81 KB

ListSources200ResponseEmbedded

Properties

Name Type Description Notes
Sources Pointer to []Source [optional]

Methods

NewListSources200ResponseEmbedded

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

NewListSources200ResponseEmbeddedWithDefaults

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

GetSources

func (o *ListSources200ResponseEmbedded) GetSources() []Source

GetSources returns the Sources field if non-nil, zero value otherwise.

GetSourcesOk

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.

SetSources

func (o *ListSources200ResponseEmbedded) SetSources(v []Source)

SetSources sets Sources field to given value.

HasSources

func (o *ListSources200ResponseEmbedded) HasSources() bool

HasSources returns a boolean if a field has been set.

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