Class: Google::Apis::DfareportingV3_4::PostalCodesListResponse

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

Overview

Postal Code List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PostalCodesListResponse

Returns a new instance of PostalCodesListResponse.



9696
9697
9698
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9696

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#postalCodesListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


9689
9690
9691
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9689

def kind
  @kind
end

#postal_codesArray<Google::Apis::DfareportingV3_4::PostalCode>

Postal code collection. Corresponds to the JSON property postalCodes



9694
9695
9696
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9694

def postal_codes
  @postal_codes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9701
9702
9703
9704
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9701

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