class Google::Apis::DfareportingV3_5::PostalCodesListResponse
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::DfareportingV3_5::PostalCode>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 9355 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 9360 def update!(**args) @kind = args[:kind] if args.key?(:kind) @postal_codes = args[:postal_codes] if args.key?(:postal_codes) end