Twilio.Resources.Events.V1.Subscription.SubscribedEvent (twilio_elixir v0.1.1)

Copy Markdown View Source

Event subscribed to in the parent Subscription

Parent: /Subscriptions/{Sid}

Properties

FieldDescription
account_sidThe unique SID identifier of the Account.
schema_versionThe schema version that the Subscription should use.
subscription_sidThe unique SID identifier of the Subscription.
typeType of event being subscribed to.
urlThe URL of this resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Events.V1.Subscription.SubscribedEvent{
  account_sid: String.t() | nil,
  schema_version: integer(),
  subscription_sid: String.t() | nil,
  type: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()