Show / Hide Table of Contents

Class ExecuteMutationResponse

The ExecuteMutation response from Firebase Data Connect.

Inheritance
object
ExecuteMutationResponse
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.FirebaseDataConnect.v1beta.Data
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class ExecuteMutationResponse : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX