Class: Google::Apis::DfareportingV2_6::ListCountriesResponse

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

Overview

Country List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListCountriesResponse

Returns a new instance of ListCountriesResponse.



2487
2488
2489
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 2487

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

Instance Attribute Details

#countriesArray<Google::Apis::DfareportingV2_6::Country>

Country collection. Corresponds to the JSON property countries



2479
2480
2481
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 2479

def countries
  @countries
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#countriesListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


2485
2486
2487
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 2485

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2492
2493
2494
2495
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 2492

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