Class HelmStageContent
Stage specific values along with the helm chart injected by Shepherd
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class HelmStageContentProperties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Helm Stage parameter name | 
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Helm stage parameter value |