Class HttpGraphql
Settings for HTTP GraphQL server webhook.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1.Data
Assembly: Google.Apis.FirebaseDataConnect.v1.dll
Syntax
public class HttpGraphql : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Timeout
Optional. Timeout duration for the HTTP request.
Declaration
[JsonProperty("timeout")]
public virtual object Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Uri
Required. The endpoint of the HTTP GraphQL server.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |