Class GoogleFirebaseAppcheckV1ListDebugTokensResponse
Response message for the ListDebugTokens method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1.Data
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1ListDebugTokensResponse : IDirectResponseSchema
Properties
DebugTokens
The DebugTokens retrieved.
Declaration
[JsonProperty("debugTokens")]
public virtual IList<GoogleFirebaseAppcheckV1DebugToken> DebugTokens { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppcheckV1DebugToken> |
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 |