Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionWait

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

Overview

A wait action.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaDeviceInteractionWait

Returns a new instance of GoogleFirebaseAppdistroV1alphaDeviceInteractionWait.



660
661
662
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 660

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

Instance Attribute Details

#durationString

Output only. The duration of the wait. Corresponds to the JSON property duration

Returns:

  • (String)


658
659
660
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 658

def duration
  @duration
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



665
666
667
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 665

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