GenericArtifactCollection¶
- 
class 
oci.artifacts.models.GenericArtifactCollection(**kwargs)¶ Bases:
objectA list of artifacts.
Methods
__init__(**kwargs)Initializes a new GenericArtifactCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this GenericArtifactCollection. - 
__init__(**kwargs)¶ Initializes a new GenericArtifactCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.artifacts.models.GenericArtifactSummary]) – The value to assign to the items property of this GenericArtifactCollection. 
- 
items¶ [Required] Gets the items of this GenericArtifactCollection. The listed artifacts.
Returns: The items of this GenericArtifactCollection. Return type: list[oci.artifacts.models.GenericArtifactSummary] 
-