Class ExecuteQueryResponse
The ExecuteQuery response from Firebase Data Connect.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta.Data
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class ExecuteQueryResponse : IDirectResponseSchema
Properties
Data
The result of executing the requested operation.
Declaration
[JsonProperty("data")]
public virtual IDictionary<string, object> Data { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Errors of this response.
Declaration
[JsonProperty("errors")]
public virtual IList<GraphqlError> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<GraphqlError> |