Class RestMethod.RequestData
The schema for the request.
Inherited Members
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class RestMethod.RequestData
Properties
ParameterName
parameter name.
Declaration
[JsonProperty("parameterName")]
public virtual string ParameterName { get; set; }
Property Value
Type | Description |
---|---|
string |
Ref__
Schema ID for the request schema.
Declaration
[JsonProperty("$ref")]
public virtual string Ref__ { get; set; }
Property Value
Type | Description |
---|---|
string |