Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 2.66 KB

DatasetEventCollectionAllOf.md

File metadata and controls

75 lines (47 loc) · 2.66 KB

DatasetEventCollectionAllOf

Properties

Name Type Description Notes
DatasetEvents Pointer to []DatasetEvent [optional]

Methods

NewDatasetEventCollectionAllOf

func NewDatasetEventCollectionAllOf() *DatasetEventCollectionAllOf

NewDatasetEventCollectionAllOf instantiates a new DatasetEventCollectionAllOf 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

NewDatasetEventCollectionAllOfWithDefaults

func NewDatasetEventCollectionAllOfWithDefaults() *DatasetEventCollectionAllOf

NewDatasetEventCollectionAllOfWithDefaults instantiates a new DatasetEventCollectionAllOf 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

GetDatasetEvents

func (o *DatasetEventCollectionAllOf) GetDatasetEvents() []DatasetEvent

GetDatasetEvents returns the DatasetEvents field if non-nil, zero value otherwise.

GetDatasetEventsOk

func (o *DatasetEventCollectionAllOf) GetDatasetEventsOk() (*[]DatasetEvent, bool)

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

SetDatasetEvents

func (o *DatasetEventCollectionAllOf) SetDatasetEvents(v []DatasetEvent)

SetDatasetEvents sets DatasetEvents field to given value.

HasDatasetEvents

func (o *DatasetEventCollectionAllOf) HasDatasetEvents() bool

HasDatasetEvents returns a boolean if a field has been set.

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