Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.03 KB

BillingModelItem.md

File metadata and controls

17 lines (13 loc) · 1.03 KB

BillingModelItem

BillingModelItem represents a billing model

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'BillingModelItem' if this is a complete object or 'BillingModelItemLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
billing_model_type str BillingModelType is the type of the BillingModel. e.g. standard, marketplace. [optional]
description str Single line description of the billing model. [optional]
display_name str User friendly display name of the billing model. [optional]
marketplace str Indicates the marketplace of the billing model. e.g. gcp, aws, etc. [optional]

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