Show / Hide Table of Contents

Class SdkLanguageOptionalParametersAllowedValue

Allowed value object.

Inheritance
object
SdkLanguageOptionalParametersAllowedValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class SdkLanguageOptionalParametersAllowedValue

Properties

Description

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

Description for the allowed value.

Name

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

Name of the allowed value.

In this article
Back to top