Class: Google::Apis::DfareportingV3_2::RegionsListResponse

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

Overview

Region 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) ⇒ RegionsListResponse

Returns a new instance of RegionsListResponse



9700
9701
9702
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 9700

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)


9693
9694
9695
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 9693

def kind
  @kind
end

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

Region collection. Corresponds to the JSON property regions



9698
9699
9700
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 9698

def regions
  @regions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9705
9706
9707
9708
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 9705

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