Class: Google::Apis::DisplayvideoV4::RetrievePlannableLocationsResponse

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(**args) ⇒ RetrievePlannableLocationsResponse

Returns a new instance of RetrievePlannableLocationsResponse.



13475
13476
13477
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13475

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

Instance Attribute Details

#plannable_locationsArray<Google::Apis::DisplayvideoV4::PlannableLocation>

Output only. The list of plannable locations. Corresponds to the JSON property plannableLocations



13473
13474
13475
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13473

def plannable_locations
  @plannable_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13480
13481
13482
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13480

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