Class: Google::Apis::DoubleclicksearchV2::UpdateAvailabilityRequest
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclicksearchV2::UpdateAvailabilityRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/doubleclicksearch_v2/classes.rb,
generated/google/apis/doubleclicksearch_v2/representations.rb,
generated/google/apis/doubleclicksearch_v2/representations.rb
Overview
The request to update availability.
Instance Attribute Summary collapse
-
#availabilities ⇒ Array<Google::Apis::DoubleclicksearchV2::Availability>
The availabilities being requested.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateAvailabilityRequest
constructor
A new instance of UpdateAvailabilityRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateAvailabilityRequest
Returns a new instance of UpdateAvailabilityRequest
936 937 938 |
# File 'generated/google/apis/doubleclicksearch_v2/classes.rb', line 936 def initialize(**args) update!(**args) end |
Instance Attribute Details
#availabilities ⇒ Array<Google::Apis::DoubleclicksearchV2::Availability>
The availabilities being requested.
Corresponds to the JSON property availabilities
934 935 936 |
# File 'generated/google/apis/doubleclicksearch_v2/classes.rb', line 934 def availabilities @availabilities end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
941 942 943 |
# File 'generated/google/apis/doubleclicksearch_v2/classes.rb', line 941 def update!(**args) @availabilities = args[:availabilities] if args.key?(:availabilities) end |