Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionWait
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionWait
- 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
-
#duration ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaDeviceInteractionWait
constructor
A new instance of GoogleFirebaseAppdistroV1alphaDeviceInteractionWait.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#duration ⇒ String
Output only. The duration of the wait.
Corresponds to the JSON property duration
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 |