Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.16 KB

File metadata and controls

72 lines (39 loc) · 2.16 KB

InlineResponse20016

Properties

Name Type Description Notes
TotalResultSize Pointer to int64
Data Pointer to []Experiment

Methods

NewInlineResponse20016

func NewInlineResponse20016(totalResultSize int64, data []Experiment, ) *InlineResponse20016

NewInlineResponse20016 instantiates a new InlineResponse20016 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

NewInlineResponse20016WithDefaults

func NewInlineResponse20016WithDefaults() *InlineResponse20016

NewInlineResponse20016WithDefaults instantiates a new InlineResponse20016 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

GetTotalResultSize

func (o *InlineResponse20016) GetTotalResultSize() int64

GetTotalResultSize returns the TotalResultSize field if non-nil, zero value otherwise.

GetTotalResultSizeOk

func (o *InlineResponse20016) GetTotalResultSizeOk() (*int64, bool)

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

SetTotalResultSize

func (o *InlineResponse20016) SetTotalResultSize(v int64)

SetTotalResultSize sets TotalResultSize field to given value.

GetData

func (o *InlineResponse20016) GetData() []Experiment

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *InlineResponse20016) GetDataOk() (*[]Experiment, bool)

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

SetData

func (o *InlineResponse20016) SetData(v []Experiment)

SetData sets Data field to given value.

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