Show / Hide Table of Contents

Class CsvOutput

CSV output.

Inheritance
object
BaseOutput
CsvOutput
Inherited Members
BaseOutput.Title
BaseOutput.Description
BaseOutput.IsSensitive
BaseOutput.Format
BaseOutput.Visible
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top