Class: Google::Apis::DfareportingV3_3::CountriesListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/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.



2640
2641
2642
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2640

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

Instance Attribute Details

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

Country collection. Corresponds to the JSON property countries



2632
2633
2634
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2632

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)


2638
2639
2640
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2638

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2645
2646
2647
2648
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2645

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