Show / Hide Table of Contents

Class BulkUploadCellInfo

Error information corresponding to each column that was required but was invalid.

Inheritance
object
BulkUploadCellInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top