Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebaseappcheck_v1beta/classes.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb

Overview

Request message for the ExchangeDebugToken method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest

Returns a new instance of GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest.



469
470
471
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 469

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#debug_tokenString

Required. A debug token secret. This string must match a debug token secret previously created using CreateDebugToken. Corresponds to the JSON property debugToken

Returns:

  • (String)


467
468
469
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 467

def debug_token
  @debug_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



474
475
476
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 474

def update!(**args)
  @debug_token = args[:debug_token] if args.key?(:debug_token)
end