Class QueryParameter
Query parameter definition
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class QueryParameter : IDirectResponseSchema
Properties
DataType
Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Type | Description |
---|---|
object |