class Google::Apis::DfareportingV2_3::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_3::PostalCode>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 8121
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_3/classes.rb, line 8126
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @postal_codes = args[:postal_codes] if args.key?(:postal_codes)
end