Sha256: e1e58b3988ccca1539e3e5344ce089daf6b3e2998b9a2cf9877ca907df78f13d

Contents?: true

Size: 1.06 KB

Versions: 7

Compression:

Stored size: 1.06 KB

Contents

# KlaviyoAPI::NoEmailMarketingConsentConsentStatus

## Class instance methods

### `openapi_one_of`

Returns the list of classes defined in oneOf.

#### Example

```ruby
require 'klaviyo-api-sdk'

KlaviyoAPI::NoEmailMarketingConsentConsentStatus.openapi_one_of
# =>
# [
#   :'NoEmailMarketing',
#   :'NoEmailMarketingNeverSubscribed',
#   :'NoEmailMarketingSubscribed',
#   :'NoEmailMarketingUnsubscribed'
# ]
```

### build

Find the appropriate object from the `openapi_one_of` list and casts the data into it.

#### Example

```ruby
require 'klaviyo-api-sdk'

KlaviyoAPI::NoEmailMarketingConsentConsentStatus.build(data)
# => #<NoEmailMarketing:0x00007fdd4aab02a0>

KlaviyoAPI::NoEmailMarketingConsentConsentStatus.build(data_that_doesnt_match)
# => nil
```

#### Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |
| **data** | **Mixed** | data to be matched against the list of oneOf items |

#### Return type

- `NoEmailMarketing`
- `NoEmailMarketingNeverSubscribed`
- `NoEmailMarketingSubscribed`
- `NoEmailMarketingUnsubscribed`
- `nil` (if no type matches)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/NoEmailMarketingConsentConsentStatus.md
klaviyo-api-sdk-11.1.0 docs/NoEmailMarketingConsentConsentStatus.md
klaviyo-api-sdk-11.0.0 docs/NoEmailMarketingConsentConsentStatus.md
klaviyo-api-sdk-10.0.0 docs/NoEmailMarketingConsentConsentStatus.md
klaviyo-api-sdk-9.0.0 docs/NoEmailMarketingConsentConsentStatus.md
klaviyo-api-sdk-8.0.0 docs/NoEmailMarketingConsentConsentStatus.md
klaviyo-api-sdk-7.1.0 docs/NoEmailMarketingConsentConsentStatus.md