Class: Google::Apis::DisplayvideoV4::RetrievePlannableLocationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::RetrievePlannableLocationsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb
Overview
Response for RetrievePlannableLocations
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ RetrievePlannableLocationsResponse
constructor
A new instance of RetrievePlannableLocationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RetrievePlannableLocationsResponse
Returns a new instance of RetrievePlannableLocationsResponse.
13531 13532 13533 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13531 def initialize(**args) update!(**args) end |
Instance Attribute Details
#plannable_locations ⇒ Array<Google::Apis::DisplayvideoV4::PlannableLocation>
Output only. The list of plannable locations.
Corresponds to the JSON property plannableLocations
13529 13530 13531 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13529 def plannable_locations @plannable_locations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13536 13537 13538 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13536 def update!(**args) @plannable_locations = args[:plannable_locations] if args.key?(:plannable_locations) end |