Show / Hide Table of Contents

Class AddressTypeRule

Address type rule information

Inheritance
object
AddressTypeRule
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 AddressTypeRule

Properties

Fields

Declaration
[Required(ErrorMessage = "Fields is required.")]
[JsonProperty(PropertyName = "fields")]
public List<Field> Fields { get; set; }
Property Value
Type Description
List<Field>

Address type rule fields

Remarks

Required

ThirdPartyValidation

Declaration
[JsonProperty(PropertyName = "thirdPartyValidation")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ThirdPartyValidationType? ThirdPartyValidation { get; set; }
Property Value
Type Description
ThirdPartyValidationType?

Third party validation.

In this article
Back to top