Show / Hide Table of Contents

Class Label

Label information

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

Properties

Example

Declaration
[JsonProperty(PropertyName = "example")]
public string Example { get; set; }
Property Value
Type Description
string

English translation of the label (for reference only - translation is not provided)

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Language token of the required label

Remarks

Required

In this article
Back to top