class Google::Apis::DfareportingV2_1::ListPostalCodesResponse
Postal Code List Response
Attributes
kind[RW]
Identifies what kind of resource this is. Value: the fixed string ā dfareporting#postalCodesListResponseā. Corresponds to the JSON property `kind` @return [String]
postal_codes[RW]
Postal code collection. Corresponds to the JSON property `postalCodes` @return [Array<Google::Apis::DfareportingV2_1::PostalCode>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 8049 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 8054 def update!(**args) @kind = args[:kind] unless args[:kind].nil? @postal_codes = args[:postal_codes] unless args[:postal_codes].nil? end