Class: Google::Apis::DfareportingV4::RegionsListResponse

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

Region List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RegionsListResponse

Returns a new instance of RegionsListResponse.



10113
10114
10115
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 10113

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


10106
10107
10108
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 10106

def kind
  @kind
end

#regionsArray<Google::Apis::DfareportingV4::Region>

Region collection. Corresponds to the JSON property regions



10111
10112
10113
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 10111

def regions
  @regions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10118
10119
10120
10121
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 10118

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