SupportDocCollection¶
-
class
oci.marketplace_publisher.models.
SupportDocCollection
(**kwargs)¶ Bases:
object
Results of a supportDoc search. Contains the supportDoc items.
Methods
__init__
(**kwargs)Initializes a new SupportDocCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SupportDocCollection. -
__init__
(**kwargs)¶ Initializes a new SupportDocCollection 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.SupportDocSummary]) – The value to assign to the items property of this SupportDocCollection.
-
items
¶ [Required] Gets the items of this SupportDocCollection. List of supportDoc summary.
Returns: The items of this SupportDocCollection. Return type: list[oci.marketplace_publisher.models.SupportDocSummary]
-