Class Format
Format information
Inherited Members
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class Format
Properties
Example
Declaration
[JsonProperty(PropertyName = "example")]
public string Example { get; set; }
Property Value
Type | Description |
---|---|
string | Example of the desired format that matches the regex |
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Regex format specification |
Remarks
Required