Skip to content

Latest commit

History

History
56 lines (31 loc) 路 1.95 KB

SeriesHistorySearchResponseV1Results.md

File metadata and controls

56 lines (31 loc) 路 1.95 KB

SeriesHistorySearchResponseV1Results

Properties

Name Type Description Notes
Record Pointer to SeriesHistoryModelV1 [optional]

Methods

NewSeriesHistorySearchResponseV1Results

func NewSeriesHistorySearchResponseV1Results() *SeriesHistorySearchResponseV1Results

NewSeriesHistorySearchResponseV1Results instantiates a new SeriesHistorySearchResponseV1Results 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

NewSeriesHistorySearchResponseV1ResultsWithDefaults

func NewSeriesHistorySearchResponseV1ResultsWithDefaults() *SeriesHistorySearchResponseV1Results

NewSeriesHistorySearchResponseV1ResultsWithDefaults instantiates a new SeriesHistorySearchResponseV1Results 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

GetRecord

func (o *SeriesHistorySearchResponseV1Results) GetRecord() SeriesHistoryModelV1

GetRecord returns the Record field if non-nil, zero value otherwise.

GetRecordOk

func (o *SeriesHistorySearchResponseV1Results) GetRecordOk() (*SeriesHistoryModelV1, bool)

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

SetRecord

func (o *SeriesHistorySearchResponseV1Results) SetRecord(v SeriesHistoryModelV1)

SetRecord sets Record field to given value.

HasRecord

func (o *SeriesHistorySearchResponseV1Results) HasRecord() bool

HasRecord returns a boolean if a field has been set.

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