Class: HubSpotSDK::Models::Conversations::ContactAddress
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(city: nil, country: nil, country_code: nil, state: nil, street: nil, type: nil, zip: nil) ⇒ Object
|
# File 'lib/hubspot_sdk/models/conversations/contact_address.rb', line 42
|
Instance Attribute Details
#city ⇒ String?
10
|
# File 'lib/hubspot_sdk/models/conversations/contact_address.rb', line 10
optional :city, String
|
#country ⇒ String?
15
|
# File 'lib/hubspot_sdk/models/conversations/contact_address.rb', line 15
optional :country, String
|
#country_code ⇒ String?
20
|
# File 'lib/hubspot_sdk/models/conversations/contact_address.rb', line 20
optional :country_code, String, api_name: :countryCode
|
#state ⇒ String?
25
|
# File 'lib/hubspot_sdk/models/conversations/contact_address.rb', line 25
optional :state, String
|
#street ⇒ String?
30
|
# File 'lib/hubspot_sdk/models/conversations/contact_address.rb', line 30
optional :street, String
|
#type ⇒ Symbol, ...
35
|
# File 'lib/hubspot_sdk/models/conversations/contact_address.rb', line 35
optional :type, enum: -> { HubSpotSDK::Conversations::ContactAddress::Type }
|
#zip ⇒ String?
40
|
# File 'lib/hubspot_sdk/models/conversations/contact_address.rb', line 40
optional :zip, String
|