Show / Hide Table of Contents

Class Format

Format information

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

In this article
Back to top