Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIProductOfferingManagement ¶
type APIProductOfferingManagement struct { BaseURL string Client *rest.Client // contains filtered or unexported fields }
func NewAPIProductOfferingManagement ¶
func NewAPIProductOfferingManagement(baseUrl string) *APIProductOfferingManagement
func (*APIProductOfferingManagement) ProductOfferingFind ¶
func (a *APIProductOfferingManagement) ProductOfferingFind(params *ProductOfferingFindParams) (*FindResponse, error)
func (*APIProductOfferingManagement) ProductOfferingGet ¶
func (a *APIProductOfferingManagement) ProductOfferingGet(params *ProductOfferingGetParams) (*GetResponse, error)
type FindResponse ¶
type FindResponse struct { /*The number of resources retrieved in the response */ XResultCount string /*The total number of matching resources */ XTotalCount string Payload []*ProductOffering }
type GetResponse ¶
type GetResponse struct {
Payload *ProductOffering
}
type Product ¶
type Product struct { ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` Deleted bool `json:"deleted,omitempty"` Type string `json:"type,omitempty"` Code string `json:"code,omitempty"` SKU string `json:"sku,omitempty"` Provider string `json:"provider,omitempty"` State string `json:"state,omitempty"` QuoteSpecs *Specification `json:"quoteSpecs,omitempty"` ProvisionSpecs *Specification `json:"provisionSpecs,omitempty"` }
type ProductOffering ¶
type Specification ¶
Click to show internal directories.
Click to hide internal directories.