class Google::Apis::ContentV2_1::RequestReviewShoppingAdsRequest
Request message for the RequestReviewShoppingAds program method.
Attributes
region_code[RW]
The code [ISO 3166-1 alpha-2](en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country for which review is to be requested. Corresponds to the JSON property `regionCode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 12877 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 12882 def update!(**args) @region_code = args[:region_code] if args.key?(:region_code) end