Versions in this module Expand all Collapse all v1 v1.0.0 Jun 20, 2020 Changes in this version + type APIProductOfferingManagement struct + BaseURL string + Client *rest.Client + func NewAPIProductOfferingManagement(baseUrl string) *APIProductOfferingManagement + func (a *APIProductOfferingManagement) ProductOfferingFind(params *ProductOfferingFindParams) (*FindResponse, error) + func (a *APIProductOfferingManagement) ProductOfferingGet(params *ProductOfferingGetParams) (*GetResponse, error) + type FindResponse struct + Payload []*ProductOffering + XResultCount string + XTotalCount string + type GetResponse struct + Payload *ProductOffering + type Product struct + Code string + Deleted bool + ID string + Name string + Provider string + ProvisionSpecs *Specification + QuoteSpecs *Specification + SKU string + State string + Type string + type ProductOffering struct + Deleted bool + ID string + Name string + Product *Product + type ProductOfferingFindParams struct + ApiToken string + Deleted *bool + Page *int + PageSize *int + Provider *string + Type *string + type ProductOfferingGetParams struct + ApiToken string + ProductOfferingID string + type Property struct + Description string + Enum []string + Type string + type Specification struct + Properties map[string]Property + Required []string