Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaJwt

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaJwt

Returns a new instance of GoogleFirebaseAppdistroV1alphaJwt.



593
594
595
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 593

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

Instance Attribute Details

#tokenString

Corresponds to the JSON property token

Returns:

  • (String)


591
592
593
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 591

def token
  @token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



598
599
600
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 598

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