Class: Pinnacle::Types::AgentSummaryCarrierLaunches

Inherits:
Internal::Types::Model show all
Defined in:
lib/pinnacle/types/agent_summary_carrier_launches.rb

Overview

Raw per-carrier launch + verification state for the agent. Each value is tri-state — ‘null` means “no launch requested” or “not sent yet”; `false` means “pending” / “sent”; `true` means “launched” / “verified”. Use the [GET /rcs/agentId](/api-reference/rcs-agents/get) endpoint for the resolved enum representation.

Method Summary

Methods inherited from Internal::Types::Model

#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

Constructor Details

This class inherits a constructor from Pinnacle::Internal::Types::Model