Sha256: 30ff255133c30d0cf9de546a6a5500cf856dc16ac714f09ee349eebe85a4e9bc
Contents?: true
Size: 1.32 KB
Versions: 7
Compression:
Stored size: 1.32 KB
Contents
# KlaviyoAPI::HasSMSMarketingSubscribedFiltersInner ## Class instance methods ### `openapi_one_of` Returns the list of classes defined in oneOf. #### Example ```ruby require 'klaviyo-api-sdk' KlaviyoAPI::HasSMSMarketingSubscribedFiltersInner.openapi_one_of # => # [ # :'CheckoutMethodFilter', # :'FormMethodFilter', # :'InboundMessageMethodFilter', # :'ManualAddMethodFilter', # :'ManualImportMethodFilter', # :'PreferencePageMethodFilter', # :'SftpMethodFilter', # :'ShopifyIntegrationMethodFilter', # :'StatusDateFilter' # ] ``` ### build Find the appropriate object from the `openapi_one_of` list and casts the data into it. #### Example ```ruby require 'klaviyo-api-sdk' KlaviyoAPI::HasSMSMarketingSubscribedFiltersInner.build(data) # => #<CheckoutMethodFilter:0x00007fdd4aab02a0> KlaviyoAPI::HasSMSMarketingSubscribedFiltersInner.build(data_that_doesnt_match) # => nil ``` #### Parameters | Name | Type | Description | | ---- | ---- | ----------- | | **data** | **Mixed** | data to be matched against the list of oneOf items | #### Return type - `CheckoutMethodFilter` - `FormMethodFilter` - `InboundMessageMethodFilter` - `ManualAddMethodFilter` - `ManualImportMethodFilter` - `PreferencePageMethodFilter` - `SftpMethodFilter` - `ShopifyIntegrationMethodFilter` - `StatusDateFilter` - `nil` (if no type matches)
Version data entries
7 entries across 7 versions & 1 rubygems