Method: KlaviyoAPI::HasSMSMarketingSubscribed.openapi_types
- Defined in:
- lib/klaviyo-api-sdk/models/has_sms_marketing_subscribed.rb
.openapi_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 |
# File 'lib/klaviyo-api-sdk/models/has_sms_marketing_subscribed.rb', line 36 def self.openapi_types { :'subscription' => :'SubscribedEnum', :'filters' => :'Array<HasSMSMarketingSubscribedFiltersInner>' } end |