Class: Google::Apis::AndroidpublisherV3::RecentAppView

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

Metadata about a recently updated app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RecentAppView

Returns a new instance of RecentAppView.



8641
8642
8643
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8641

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

Instance Attribute Details

#app_viewGoogle::Apis::AndroidpublisherV3::CatalogAppView

LINT.IfChange A view of a Google Play app within the Catalog Export for app stores. Corresponds to the JSON property appView



8639
8640
8641
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8639

def app_view
  @app_view
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8646
8647
8648
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8646

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