Show / Hide Table of Contents

Class SystemParameter

Define a parameter's name and location. The parameter may be passed as either an HTTP header or a URL query parameter, and if both are passed the behavior is implementation-dependent.

Inheritance
object
SystemParameter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class SystemParameter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HttpHeader

Define the HTTP header name to use for the parameter. It is case insensitive.

Declaration
[JsonProperty("httpHeader")]
public virtual string HttpHeader { get; set; }
Property Value
Type Description
string

Name

Define the name of the parameter, such as "api_key" . It is case sensitive.

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

UrlQueryParameter

Define the URL query parameter name to use for the parameter. It is case sensitive.

Declaration
[JsonProperty("urlQueryParameter")]
public virtual string UrlQueryParameter { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX