HelmDiffArgumentCollection

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

Bases: object

Specifies list of arguments passed along with the deployment for running Helm Diff.

Methods

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

Attributes

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

Initializes a new HelmDiffArgumentCollection 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.HelmDiffArgument]) – The value to assign to the items property of this HelmDiffArgumentCollection.
items

[Required] Gets the items of this HelmDiffArgumentCollection. List of arguments provided at the time of deployment.

Returns:The items of this HelmDiffArgumentCollection.
Return type:list[oci.devops.models.HelmDiffArgument]