Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.65 KB

SpotMarketPricesPerMetroReport.md

File metadata and controls

36 lines (27 loc) · 1.65 KB

SpotMarketPricesPerMetroReport

Properties

Name Type Description Notes
am SpotPricesPerFacility [optional]
ch SpotPricesPerFacility [optional]
da SpotPricesPerFacility [optional]
href str [optional]
la SpotPricesPerFacility [optional]
ny SpotPricesPerFacility [optional]
sg SpotPricesPerFacility [optional]
sv SpotPricesPerFacility [optional]

Example

from equinix_metal.models.spot_market_prices_per_metro_report import SpotMarketPricesPerMetroReport

# TODO update the JSON string below
json = "{}"
# create an instance of SpotMarketPricesPerMetroReport from a JSON string
spot_market_prices_per_metro_report_instance = SpotMarketPricesPerMetroReport.from_json(json)
# print the JSON string representation of the object
print(SpotMarketPricesPerMetroReport.to_json())

# convert the object into a dict
spot_market_prices_per_metro_report_dict = spot_market_prices_per_metro_report_instance.to_dict()
# create an instance of SpotMarketPricesPerMetroReport from a dict
spot_market_prices_per_metro_report_form_dict = spot_market_prices_per_metro_report.from_dict(spot_market_prices_per_metro_report_dict)

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