class Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest

Request message for the ExchangeDebugToken method.

Attributes

debug_token[RW]

A debug token secret. This string must match a debug token secret previously created using CreateDebugToken. Corresponds to the JSON property `debugToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 469
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 474
def update!(**args)
  @debug_token = args[:debug_token] if args.key?(:debug_token)
end