| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | `connected` = Meta served the channel object. `disconnected` = Meta refused to serve it (Graph error 100, subcode 33), which is how a phone-side coexistence disconnect surfaces. `unknown` = the live read failed for another reason (timeout, transient Meta error), not evidence either way. | [optional] |
| checked_at | Time | When this live probe ran (always the current request; never cached) | [optional] |
| phone_status | String | Meta's own `status` field from the phone-number node (for example CONNECTED), when the object was readable | [optional] |
| meta_error | GetAccountHealth200ResponsePlatformConnectionMetaError | [optional] |
require 'zernio-sdk'
instance = Zernio::GetAccountHealth200ResponsePlatformConnection.new(
status: null,
checked_at: null,
phone_status: null,
meta_error: null
)