CategorySummary¶
-
class
oci.marketplace.models.
CategorySummary
(**kwargs)¶ Bases:
object
The model for a summary of product categories for listings.
Methods
__init__
(**kwargs)Initializes a new CategorySummary object with values from keyword arguments. Attributes
name
Gets the name of this CategorySummary. -
__init__
(**kwargs)¶ Initializes a new CategorySummary 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 CategorySummary.
-
name
¶ Gets the name of this CategorySummary. Name of the product category.
Returns: The name of this CategorySummary. Return type: str
-