Class GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse
Response message for the BatchUpdateServices method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Services
Service objects after the updates have been applied.
Declaration
[JsonProperty("services")]
public virtual IList<GoogleFirebaseAppcheckV1betaService> Services { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleFirebaseAppcheckV1betaService> |