Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.79 KB

GetAllDataSources200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.79 KB

GetAllDataSources200ResponseData

Properties

Name Type Description Notes
Datasources []Datasource

Methods

NewGetAllDataSources200ResponseData

func NewGetAllDataSources200ResponseData(datasources []Datasource, ) *GetAllDataSources200ResponseData

NewGetAllDataSources200ResponseData instantiates a new GetAllDataSources200ResponseData 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

NewGetAllDataSources200ResponseDataWithDefaults

func NewGetAllDataSources200ResponseDataWithDefaults() *GetAllDataSources200ResponseData

NewGetAllDataSources200ResponseDataWithDefaults instantiates a new GetAllDataSources200ResponseData 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

GetDatasources

func (o *GetAllDataSources200ResponseData) GetDatasources() []Datasource

GetDatasources returns the Datasources field if non-nil, zero value otherwise.

GetDatasourcesOk

func (o *GetAllDataSources200ResponseData) GetDatasourcesOk() (*[]Datasource, bool)

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

SetDatasources

func (o *GetAllDataSources200ResponseData) SetDatasources(v []Datasource)

SetDatasources sets Datasources field to given value.

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