class Google::Apis::AndroidpublisherV3::Listing

A localized store listing. The resource for ListingsService.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @full_description = args[:full_description] if args.key?(:full_description)
  @language = args[:language] if args.key?(:language)
  @short_description = args[:short_description] if args.key?(:short_description)
  @title = args[:title] if args.key?(:title)
  @video = args[:video] if args.key?(:video)
end