AdminMarket¶
-
class
oci.marketplace_publisher.models.AdminMarket(**kwargs)¶ Bases:
objectThe model for the admin market details.
Methods
__init__(**kwargs)Initializes a new AdminMarket object with values from keyword arguments. Attributes
bill_to_countries[Required] Gets the bill_to_countries of this AdminMarket. category_code[Required] Gets the category_code of this AdminMarket. code[Required] Gets the code of this AdminMarket. name[Required] Gets the name of this AdminMarket. -
__init__(**kwargs)¶ Initializes a new AdminMarket object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AdminMarket.
- code (str) – The value to assign to the code property of this AdminMarket.
- category_code (str) – The value to assign to the category_code property of this AdminMarket.
- bill_to_countries (list[oci.marketplace_publisher.models.AdminBillToCountries]) – The value to assign to the bill_to_countries property of this AdminMarket.
-
bill_to_countries¶ [Required] Gets the bill_to_countries of this AdminMarket. bill to countries for the market.
Returns: The bill_to_countries of this AdminMarket. Return type: list[oci.marketplace_publisher.models.AdminBillToCountries]
-
category_code¶ [Required] Gets the category_code of this AdminMarket. The category code of the market.
Returns: The category_code of this AdminMarket. Return type: str
-
code¶ [Required] Gets the code of this AdminMarket. The code of the market.
Returns: The code of this AdminMarket. Return type: str
-
name¶ [Required] Gets the name of this AdminMarket. The name of the market.
Returns: The name of this AdminMarket. Return type: str
-