class Google::Apis::ContentV2_1::ShoppingAdsProgramStatus
Response message for GetShoppingAdsProgramStatus.
Attributes
region_statuses[RW]
Status of the program in each region. Regions with the same status and review eligibility are grouped together in `regionCodes`. Corresponds to the JSON property `regionStatuses` @return [Array<Google::Apis::ContentV2_1::ShoppingAdsProgramStatusRegionStatus>]
state[RW]
If program is successfully onboarded for at least one region. Corresponds to the JSON property `state` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 14887 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 14892 def update!(**args) @region_statuses = args[:region_statuses] if args.key?(:region_statuses) @state = args[:state] if args.key?(:state) end