AdminTermCollection¶
-
class
oci.marketplace_publisher.models.AdminTermCollection(**kwargs)¶ Bases:
objectResults of the term search. Contains term items.
Methods
__init__(**kwargs)Initializes a new AdminTermCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this AdminTermCollection. -
__init__(**kwargs)¶ Initializes a new AdminTermCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.marketplace_publisher.models.AdminTermSummary]) – The value to assign to the items property of this AdminTermCollection.
-
items¶ [Required] Gets the items of this AdminTermCollection. List of the Terms summary.
Returns: The items of this AdminTermCollection. Return type: list[oci.marketplace_publisher.models.AdminTermSummary]
-