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