Class: Google::Apis::DfareportingV3_4::CountriesListResponse

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

Overview

Country List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CountriesListResponse

Returns a new instance of CountriesListResponse.



2783
2784
2785
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2783

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

Instance Attribute Details

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

Country collection. Corresponds to the JSON property countries



2775
2776
2777
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2775

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)


2781
2782
2783
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2781

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2788
2789
2790
2791
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2788

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