Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.77 KB

CreateDataSource200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.77 KB

CreateDataSource200ResponseData

Properties

Name Type Description Notes
Datasources []Datasource

Methods

NewCreateDataSource200ResponseData

func NewCreateDataSource200ResponseData(datasources []Datasource, ) *CreateDataSource200ResponseData

NewCreateDataSource200ResponseData instantiates a new CreateDataSource200ResponseData 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

NewCreateDataSource200ResponseDataWithDefaults

func NewCreateDataSource200ResponseDataWithDefaults() *CreateDataSource200ResponseData

NewCreateDataSource200ResponseDataWithDefaults instantiates a new CreateDataSource200ResponseData 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 *CreateDataSource200ResponseData) GetDatasources() []Datasource

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

GetDatasourcesOk

func (o *CreateDataSource200ResponseData) 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 *CreateDataSource200ResponseData) SetDatasources(v []Datasource)

SetDatasources sets Datasources field to given value.

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