Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse

Response message for the BatchGetDeviceCheckConfigs method.

Inheritance
object
GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse : IDirectResponseSchema

Properties

Configs

DeviceCheckConfigs retrieved.

Declaration
[JsonProperty("configs")]
public virtual IList<GoogleFirebaseAppcheckV1betaDeviceCheckConfig> Configs { get; set; }
Property Value
Type Description
IList<GoogleFirebaseAppcheckV1betaDeviceCheckConfig>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX