PrivateOfferAccountDetails

class oci.marketplace_publisher.models.PrivateOfferAccountDetails(**kwargs)

Bases: object

Private Offer account details.

Methods

__init__(**kwargs) Initializes a new PrivateOfferAccountDetails object with values from keyword arguments.

Attributes

meter Gets the meter of this PrivateOfferAccountDetails.
sku Gets the sku of this PrivateOfferAccountDetails.
__init__(**kwargs)

Initializes a new PrivateOfferAccountDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • meter (str) – The value to assign to the meter property of this PrivateOfferAccountDetails.
  • sku (str) – The value to assign to the sku property of this PrivateOfferAccountDetails.
meter

Gets the meter of this PrivateOfferAccountDetails. Meter name

Returns:The meter of this PrivateOfferAccountDetails.
Return type:str
sku

Gets the sku of this PrivateOfferAccountDetails. SKU name

Returns:The sku of this PrivateOfferAccountDetails.
Return type:str