TermCollection

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

Bases: object

Results of the term search. Contains term items.

Methods

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

Attributes

items [Required] Gets the items of this TermCollection.
__init__(**kwargs)

Initializes a new TermCollection 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.TermSummary]) – The value to assign to the items property of this TermCollection.
items

[Required] Gets the items of this TermCollection. List of the Terms summary.

Returns:The items of this TermCollection.
Return type:list[oci.marketplace_publisher.models.TermSummary]