AdminPublisherSku¶
-
class
oci.marketplace_publisher.models.AdminPublisherSku(**kwargs)¶ Bases:
objectSku details for private offers
Methods
__init__(**kwargs)Initializes a new AdminPublisherSku object with values from keyword arguments. Attributes
description[Required] Gets the description of this AdminPublisherSku. meterGets the meter of this AdminPublisherSku. product_code[Required] Gets the product_code of this AdminPublisherSku. rates[Required] Gets the rates of this AdminPublisherSku. -
__init__(**kwargs)¶ Initializes a new AdminPublisherSku object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - product_code (str) – The value to assign to the product_code property of this AdminPublisherSku.
- description (str) – The value to assign to the description property of this AdminPublisherSku.
- meter (str) – The value to assign to the meter property of this AdminPublisherSku.
- rates (list[oci.marketplace_publisher.models.AdminSkuPricingRate]) – The value to assign to the rates property of this AdminPublisherSku.
-
description¶ [Required] Gets the description of this AdminPublisherSku. Sku description
Returns: The description of this AdminPublisherSku. Return type: str
-
meter¶ Gets the meter of this AdminPublisherSku. The meter of the SKU.
Returns: The meter of this AdminPublisherSku. Return type: str
-
product_code¶ [Required] Gets the product_code of this AdminPublisherSku. Sku name
Returns: The product_code of this AdminPublisherSku. Return type: str
-
rates¶ [Required] Gets the rates of this AdminPublisherSku. List of pricing rates for listing
Returns: The rates of this AdminPublisherSku. Return type: list[oci.marketplace_publisher.models.AdminSkuPricingRate]
-