Class GoogleFirebaseAppcheckV1BatchUpdateServicesRequest
Request message for the BatchUpdateServices method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1.Data
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1BatchUpdateServicesRequest : 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<GoogleFirebaseAppcheckV1UpdateServiceRequest> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppcheckV1UpdateServiceRequest> |
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 |