Class: Google::Apis::DoubleclicksearchV2::UpdateAvailabilityResponse

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

Overview

The response to a update availability request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateAvailabilityResponse

Returns a new instance of UpdateAvailabilityResponse.



989
990
991
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 989

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

Instance Attribute Details

#availabilitiesArray<Google::Apis::DoubleclicksearchV2::Availability>

The availabilities being returned. Corresponds to the JSON property availabilities



987
988
989
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 987

def availabilities
  @availabilities
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



994
995
996
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 994

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