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.



862
863
864
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 862

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

Instance Attribute Details

#tokenString

Corresponds to the JSON property token

Returns:

  • (String)


860
861
862
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 860

def token
  @token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



867
868
869
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 867

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