Class: Google::Apis::DoubleclicksearchV2::UpdateAvailabilityResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DoubleclicksearchV2::UpdateAvailabilityResponse
 
- 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 response to a update availability request.
Instance Attribute Summary collapse
- 
  
    
      #availabilities  ⇒ Array<Google::Apis::DoubleclicksearchV2::Availability> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The availabilities being returned. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UpdateAvailabilityResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UpdateAvailabilityResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateAvailabilityResponse
Returns a new instance of UpdateAvailabilityResponse
| 955 956 957 | # File 'generated/google/apis/doubleclicksearch_v2/classes.rb', line 955 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#availabilities ⇒ Array<Google::Apis::DoubleclicksearchV2::Availability>
The availabilities being returned.
Corresponds to the JSON property availabilities
| 953 954 955 | # File 'generated/google/apis/doubleclicksearch_v2/classes.rb', line 953 def availabilities @availabilities end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 960 961 962 | # File 'generated/google/apis/doubleclicksearch_v2/classes.rb', line 960 def update!(**args) @availabilities = args[:availabilities] if args.key?(:availabilities) end |