Class ExportedVariableCollection
Specifies list of exported variables.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ExportedVariableCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ExportedVariable> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ExportedVariable> | List of exported variables. |
Remarks
Required