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