Class ContactTypeRule
Contact type rule information
Inherited Members
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class ContactTypeRule
  Properties
Fields
Declaration
[Required(ErrorMessage = "Fields is required.")]
[JsonProperty(PropertyName = "fields")]
public List<Field> Fields { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<Field> | Contact type rule fields  | 
      
Remarks
Required