Class ExportFormat
Specifies the export format to be used for exporting snapshot.
Inherited Members
Namespace: Oci.DatalabelingService.Models
Assembly: OCI.DotNetSDK.Datalabelingservice.dll
Syntax
public class ExportFormat
Properties
Name
Declaration
[JsonProperty(PropertyName = "name")]
[JsonConverter(typeof(StringEnumConverter))]
public ExportFormat.NameEnum? Name { get; set; }
Property Value
Type | Description |
---|---|
ExportFormat.NameEnum? | Name of export format. |
Version
Declaration
[JsonProperty(PropertyName = "version")]
[JsonConverter(typeof(StringEnumConverter))]
public ExportFormat.VersionEnum? Version { get; set; }
Property Value
Type | Description |
---|---|
ExportFormat.VersionEnum? | Version of export format. |