ValueArtifactContentCollection

class oci.devops.models.ValueArtifactContentCollection(**kwargs)

Bases: object

Specifies the name and value pairs for values artifact

Methods

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

Attributes

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

Initializes a new ValueArtifactContentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.devops.models.ValueArtifactContent]) – The value to assign to the items property of this ValueArtifactContentCollection.
items

[Required] Gets the items of this ValueArtifactContentCollection. List of parameters defined to set helm value.

Returns:The items of this ValueArtifactContentCollection.
Return type:list[oci.devops.models.ValueArtifactContent]