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