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