Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaListDebugTokensResponse

Response message for the ListDebugTokens method.

Inheritance
object
GoogleFirebaseAppcheckV1betaListDebugTokensResponse
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 GoogleFirebaseAppcheckV1betaListDebugTokensResponse : IDirectResponseSchema

Properties

DebugTokens

The DebugTokens retrieved.

Declaration
[JsonProperty("debugTokens")]
public virtual IList<GoogleFirebaseAppcheckV1betaDebugToken> DebugTokens { get; set; }
Property Value
Type Description
IList<GoogleFirebaseAppcheckV1betaDebugToken>

ETag

The ETag of the item.

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

NextPageToken

If the result list is too large to fit in a single response, then a token is returned. If the string is empty or omitted, then this response is the last page of results. This token can be used in a subsequent call to ListDebugTokens to find the next group of DebugTokens. Page tokens are short-lived and should not be persisted.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX