Show / Hide Table of Contents

Class RestMethod.RequestData

The schema for the request.

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

Properties

ParameterName

parameter name.

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

Ref__

Schema ID for the request schema.

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