Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (31 loc) · 1.87 KB

SpotPricesHistoryReport.md

File metadata and controls

56 lines (31 loc) · 1.87 KB

SpotPricesHistoryReport

Properties

Name Type Description Notes
PricesHistory Pointer to SpotPricesDatapoints [optional]

Methods

NewSpotPricesHistoryReport

func NewSpotPricesHistoryReport() *SpotPricesHistoryReport

NewSpotPricesHistoryReport instantiates a new SpotPricesHistoryReport 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

NewSpotPricesHistoryReportWithDefaults

func NewSpotPricesHistoryReportWithDefaults() *SpotPricesHistoryReport

NewSpotPricesHistoryReportWithDefaults instantiates a new SpotPricesHistoryReport 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

GetPricesHistory

func (o *SpotPricesHistoryReport) GetPricesHistory() SpotPricesDatapoints

GetPricesHistory returns the PricesHistory field if non-nil, zero value otherwise.

GetPricesHistoryOk

func (o *SpotPricesHistoryReport) GetPricesHistoryOk() (*SpotPricesDatapoints, bool)

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

SetPricesHistory

func (o *SpotPricesHistoryReport) SetPricesHistory(v SpotPricesDatapoints)

SetPricesHistory sets PricesHistory field to given value.

HasPricesHistory

func (o *SpotPricesHistoryReport) HasPricesHistory() bool

HasPricesHistory returns a boolean if a field has been set.

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