class Google::Apis::AndroidpublisherV2::InAppProductListing
Attributes
description[RW]
Corresponds to the JSON property `description` @return [String]
title[RW]
Corresponds to the JSON property `title` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 694 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/androidpublisher_v2/classes.rb, line 699 def update!(**args) @description = args[:description] if args.key?(:description) @title = args[:title] if args.key?(:title) end