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.



9754
9755
9756
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9754

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



9752
9753
9754
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9752

def screenshots
  @screenshots
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9759
9760
9761
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9759

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