Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetResponse ¶
type GetResponse struct {
Products []Product `json:"products"`
}
GetResponse response
type GetResult ¶
type GetResult struct {
golangsdk.Result
}
GetResult contains the body of getting detailed
func (GetResult) Extract ¶
func (r GetResult) Extract() (*GetResponse, error)
Extract from GetResult
type Product ¶
type Product struct { Price float64 `json:"price"` Currency string `json:"currency"` ProductID string `json:"product_id"` SpecCode string `json:"spec_code"` SpecDetails string `json:"spec_details"` ChargingType string `json:"charging_type"` SpecDetails2 string `json:"spec_details2"` ProdType string `json:"prod_type"` }
Product for dcs
Click to show internal directories.
Click to hide internal directories.