Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.93 KB

GetAllDataViews200Response.md

File metadata and controls

56 lines (31 loc) · 1.93 KB

GetAllDataViews200Response

Properties

Name Type Description Notes
DataView Pointer to []GetAllDataViews200ResponseDataViewInner [optional]

Methods

NewGetAllDataViews200Response

func NewGetAllDataViews200Response() *GetAllDataViews200Response

NewGetAllDataViews200Response instantiates a new GetAllDataViews200Response 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

NewGetAllDataViews200ResponseWithDefaults

func NewGetAllDataViews200ResponseWithDefaults() *GetAllDataViews200Response

NewGetAllDataViews200ResponseWithDefaults instantiates a new GetAllDataViews200Response 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

GetDataView

func (o *GetAllDataViews200Response) GetDataView() []GetAllDataViews200ResponseDataViewInner

GetDataView returns the DataView field if non-nil, zero value otherwise.

GetDataViewOk

func (o *GetAllDataViews200Response) GetDataViewOk() (*[]GetAllDataViews200ResponseDataViewInner, bool)

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

SetDataView

func (o *GetAllDataViews200Response) SetDataView(v []GetAllDataViews200ResponseDataViewInner)

SetDataView sets DataView field to given value.

HasDataView

func (o *GetAllDataViews200Response) HasDataView() bool

HasDataView returns a boolean if a field has been set.

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