Class: Google::Apis::ContentV2_1::RequestReviewShoppingAdsRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb

Overview

Request message for the RequestReviewShoppingAds program method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RequestReviewShoppingAdsRequest

Returns a new instance of RequestReviewShoppingAdsRequest.



12301
12302
12303
# File 'lib/google/apis/content_v2_1/classes.rb', line 12301

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

Instance Attribute Details

#region_codeString

The code ISO 3166-1 alpha-2 of the country for which review is to be requested. Corresponds to the JSON property regionCode

Returns:

  • (String)


12299
12300
12301
# File 'lib/google/apis/content_v2_1/classes.rb', line 12299

def region_code
  @region_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12306
12307
12308
# File 'lib/google/apis/content_v2_1/classes.rb', line 12306

def update!(**args)
  @region_code = args[:region_code] if args.key?(:region_code)
end