Class DocumentField
Form field.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class DocumentFieldProperties
FieldLabel
Declaration
[JsonProperty(PropertyName = "fieldLabel")]
public FieldLabel FieldLabel { get; set; }Property Value
| Type | Description | 
|---|---|
| FieldLabel | 
FieldName
Declaration
[JsonProperty(PropertyName = "fieldName")]
public FieldName FieldName { get; set; }Property Value
| Type | Description | 
|---|---|
| FieldName | 
FieldType
Declaration
[Required(ErrorMessage = "FieldType is required.")]
[JsonProperty(PropertyName = "fieldType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DocumentField.FieldTypeEnum? FieldType { get; set; }Property Value
| Type | Description | 
|---|---|
| DocumentField.FieldTypeEnum? | The field type. | 
Remarks
Required
FieldValue
Declaration
[Required(ErrorMessage = "FieldValue is required.")]
[JsonProperty(PropertyName = "fieldValue")]
public FieldValue FieldValue { get; set; }Property Value
| Type | Description | 
|---|---|
| FieldValue | 
Remarks
Required