class Google::Apis::AndroidpublisherV3::OneTimeProductListing

def update!(**args)

Update properties of this object
def update!(**args)
  @description = args[:description] if args.key?(:description)
  @language_code = args[:language_code] if args.key?(:language_code)
  @title = args[:title] if args.key?(:title)
end