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