Class BulkUploadCellInfo
Error information corresponding to each column that was required but was invalid.
Inherited Members
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class BulkUploadCellInfo
  Properties
ColumnIndex
Declaration
[Required(ErrorMessage = "ColumnIndex is required.")]
[JsonProperty(PropertyName = "columnIndex")]
public string ColumnIndex { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Column index as in the given bulk upload file.  | 
      
Remarks
Required
ErrorInfo
Declaration
[Required(ErrorMessage = "ErrorInfo is required.")]
[JsonProperty(PropertyName = "errorInfo")]
public string ErrorInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Error information corresponding to a particular column.  | 
      
Remarks
Required