Class MetadataDetails
Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class MetadataDetails
Properties
FormatVersion
Declaration
[Required(ErrorMessage = "FormatVersion is required.")]
[JsonProperty(PropertyName = "formatVersion")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MetadataDetails.FormatVersionEnum? FormatVersion { get; set; }
Property Value
Type | Description |
---|---|
MetadataDetails.FormatVersionEnum? | The version for the format of the catalog file being uploaded. |
Remarks
Required