Show / Hide Table of Contents

Class RestMethod.ResponseData

The schema for the response.

Inheritance
System.Object
RestMethod.ResponseData
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 ResponseData

Properties

Ref__

Schema ID for the response schema.

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