Class: Google::Apis::DfareportingV2_6::ListPostalCodesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::ListPostalCodesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/representations.rb
Overview
Postal Code List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#postal_codes ⇒ Array<Google::Apis::DfareportingV2_6::PostalCode>
Postal code collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListPostalCodesResponse
constructor
A new instance of ListPostalCodesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListPostalCodesResponse
Returns a new instance of ListPostalCodesResponse
8716 8717 8718 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 8716 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#postalCodesListResponse".
Corresponds to the JSON property kind
8709 8710 8711 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 8709 def kind @kind end |
#postal_codes ⇒ Array<Google::Apis::DfareportingV2_6::PostalCode>
Postal code collection.
Corresponds to the JSON property postalCodes
8714 8715 8716 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 8714 def postal_codes @postal_codes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8721 8722 8723 8724 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 8721 def update!(**args) @kind = args[:kind] if args.key?(:kind) @postal_codes = args[:postal_codes] if args.key?(:postal_codes) end |