Sha256: f88d95b5d7e0ed1857dfad1850c81d53bfb1be144392eb842479203df80b1baa
Contents?: true
Size: 1.1 KB
Versions: 12
Compression:
Stored size: 1.1 KB
Contents
# KlaviyoAPI::PushTokenCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **token** | **String** | A push token from APNS or FCM. | | | **platform** | **String** | The platform on which the push token was created. | | | **enablement_status** | **String** | This is the enablement status for the individual push token. | [optional][default to 'AUTHORIZED'] | | **vendor** | **String** | The vendor of the push token. | | | **background** | **String** | The background state of the push token. | [optional][default to 'AVAILABLE'] | | **device_metadata** | [**DeviceMetadata**](DeviceMetadata.md) | | [optional] | | **profile** | [**PushTokenCreateQueryResourceObjectAttributesProfile**](PushTokenCreateQueryResourceObjectAttributesProfile.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::PushTokenCreateQueryResourceObjectAttributes.new( token: 1234567890, platform: null, enablement_status: AUTHORIZED, vendor: APNs, background: AVAILABLE, device_metadata: null, profile: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems