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