Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest

Request message for the BatchUpdateServices method.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Requests

Required. The request messages specifying the Services to update. A maximum of 100 objects can be updated in a batch.

Declaration
[JsonProperty("requests")]
public virtual IList<GoogleFirebaseAppcheckV1betaUpdateServiceRequest> Requests { get; set; }
Property Value
Type Description
IList<GoogleFirebaseAppcheckV1betaUpdateServiceRequest>

UpdateMask

Optional. A comma-separated list of names of fields in the Services to update. Example: display_name. If the update_mask field is set in both this request and any of the UpdateServiceRequest messages, they must match or the entire batch fails and no updates will be committed.

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX