class Google::Apis::DfareportingV2_1::ListRegionsResponse

Region List Response

Attributes

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#regionsListResponse”. Corresponds to the JSON property `kind` @return [String]

regions[RW]

Region collection. Corresponds to the JSON property `regions` @return [Array<Google::Apis::DfareportingV2_1::Region>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 8625
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 8630
def update!(**args)
  @kind = args[:kind] unless args[:kind].nil?
  @regions = args[:regions] unless args[:regions].nil?
end