Class: Google::Apis::AndroidpublisherV3::ScreenshotSet

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb

Overview

A set of screenshots.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ScreenshotSet

Returns a new instance of ScreenshotSet.



9502
9503
9504
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9502

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

Instance Attribute Details

#screenshotsArray<Google::Apis::AndroidpublisherV3::ImageAsset>

The image assets of the screenshots. Corresponds to the JSON property screenshots



9500
9501
9502
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9500

def screenshots
  @screenshots
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9507
9508
9509
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9507

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