Class GoogleFirebaseAppcheckV1betaBatchGetAppAttestConfigsResponse
Response message for the BatchGetAppAttestConfigs method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaBatchGetAppAttestConfigsResponse : IDirectResponseSchema
Properties
Configs
AppAttestConfigs retrieved.
Declaration
[JsonProperty("configs")]
public virtual IList<GoogleFirebaseAppcheckV1betaAppAttestConfig> Configs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppcheckV1betaAppAttestConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |