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.



950
951
952
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 950

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)


948
949
950
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 948

def duration
  @duration
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



955
956
957
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 955

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