Show / Hide Table of Contents

Class HelmSetValueCollection

Specifies the name and value pairs to set helm values.

Inheritance
object
HelmSetValueCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class HelmSetValueCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HelmSetValue> Items { get; set; }
Property Value
Type Description
List<HelmSetValue>

List of parameters defined to set helm value.

Remarks

Required

In this article
Back to top