Show / Hide Table of Contents

Class JsonSchema.VariantData.MapData

The map of discriminant value to schema to use for parsing..

Inheritance
System.Object
JsonSchema.VariantData.MapData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class MapData

Properties

Ref__

Declaration
[JsonProperty("$ref")]
public virtual string Ref__ { get; set; }
Property Value
Type Description
System.String

TypeValue

Declaration
[JsonProperty("type_value")]
public virtual string TypeValue { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top