Class SystemParameterRule
Define a system parameter rule mapping system parameter definitions to methods.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class SystemParameterRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.
Declaration
[JsonProperty("parameters")]
public virtual IList<SystemParameter> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IList<SystemParameter> |
Selector
Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details.
Declaration
[JsonProperty("selector")]
public virtual string Selector { get; set; }
Property Value
Type | Description |
---|---|
string |