Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe
- 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 swipe action.
Instance Attribute Summary collapse
-
#end ⇒ Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint
Point for describing bounding boxes tap locations Top left is 0,0 Corresponds to the JSON property
end. -
#start ⇒ Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint
Point for describing bounding boxes tap locations Top left is 0,0 Corresponds to the JSON property
start.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe
constructor
A new instance of GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe
Returns a new instance of GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe.
640 641 642 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 640 def initialize(**args) update!(**args) end |
Instance Attribute Details
#end ⇒ Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint
Point for describing bounding boxes tap locations Top left is 0,0
Corresponds to the JSON property end
633 634 635 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 633 def end @end end |
#start ⇒ Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint
Point for describing bounding boxes tap locations Top left is 0,0
Corresponds to the JSON property start
638 639 640 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 638 def start @start end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
645 646 647 648 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 645 def update!(**args) @end = args[:end] if args.key?(:end) @start = args[:start] if args.key?(:start) end |