Class CsvOutput
CSV output.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CsvOutput : BaseOutput
Properties
Value
Declaration
[JsonProperty(PropertyName = "value")]
public List<object> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| List<object> | Array of objects for CSV rows. |