Sha256: afee88f99e580a9a31c7e9ac6599b378fa65ca6a53291f17caa922a116f425b7
Contents?: true
Size: 1.78 KB
Versions: 7
Compression:
Stored size: 1.78 KB
Contents
# KlaviyoAPI::NoSMSMarketingUnsubscribedFiltersInner ## Class instance methods ### `openapi_one_of` Returns the list of classes defined in oneOf. #### Example ```ruby require 'klaviyo-api-sdk' KlaviyoAPI::NoSMSMarketingUnsubscribedFiltersInner.openapi_one_of # => # [ # :'BulkRemoveMethodFilter', # :'CarrierDeactivationMethodFilter', # :'CheckoutMethodFilter', # :'FailedAgeGateMethodFilter', # :'FormMethodFilter', # :'InboundMessageMethodFilter', # :'ManualAddMethodFilter', # :'ManualImportMethodFilter', # :'ManualRemoveMethodFilter', # :'MessageBlockedMethodFilter', # :'PreferencePageMethodFilter', # :'ProvidedLandlineMethodFilter', # :'ProvidedNoAgeMethodFilter', # :'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::NoSMSMarketingUnsubscribedFiltersInner.build(data) # => #<BulkRemoveMethodFilter:0x00007fdd4aab02a0> KlaviyoAPI::NoSMSMarketingUnsubscribedFiltersInner.build(data_that_doesnt_match) # => nil ``` #### Parameters | Name | Type | Description | | ---- | ---- | ----------- | | **data** | **Mixed** | data to be matched against the list of oneOf items | #### Return type - `BulkRemoveMethodFilter` - `CarrierDeactivationMethodFilter` - `CheckoutMethodFilter` - `FailedAgeGateMethodFilter` - `FormMethodFilter` - `InboundMessageMethodFilter` - `ManualAddMethodFilter` - `ManualImportMethodFilter` - `ManualRemoveMethodFilter` - `MessageBlockedMethodFilter` - `PreferencePageMethodFilter` - `ProvidedLandlineMethodFilter` - `ProvidedNoAgeMethodFilter` - `SftpMethodFilter` - `ShopifyIntegrationMethodFilter` - `StatusDateFilter` - `nil` (if no type matches)
Version data entries
7 entries across 7 versions & 1 rubygems