Show / Hide Table of Contents

Class ContactTypeRule

Contact type rule information

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

In this article
Back to top