Class: Google::Apis::DfareportingV4::CountriesListResponse

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



3068
3069
3070
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 3068

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

Instance Attribute Details

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

Country collection. Corresponds to the JSON property countries



3060
3061
3062
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 3060

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)


3066
3067
3068
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 3066

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3073
3074
3075
3076
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 3073

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