Class: Google::Apis::AndroidpublisherV3::InAppProductListing
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::InAppProductListing
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb
Instance Attribute Summary collapse
-
#description ⇒ String
Corresponds to the JSON property
description
. -
#title ⇒ String
Corresponds to the JSON property
title
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InAppProductListing
constructor
A new instance of InAppProductListing.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InAppProductListing
Returns a new instance of InAppProductListing
815 816 817 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 815 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Corresponds to the JSON property description
808 809 810 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 808 def description @description end |
#title ⇒ String
Corresponds to the JSON property title
813 814 815 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 813 def title @title end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
820 821 822 823 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 820 def update!(**args) @description = args[:description] if args.key?(:description) @title = args[:title] if args.key?(:title) end |