Twilio.Resources.Flex.V1.Insight.Session (twilio_elixir v0.1.1)

Copy Markdown View Source

Session resource.

Properties

FieldDescription
base_urlThe base URL to fetch reports and dashboards
session_expiryThe session expiry date and time, given in ISO 8601 format.
session_idThe unique ID for the session
urlThe URL of this resource.. Format: uri
workspace_idUnique ID to identify the user's workspace

Summary

Types

t()

@type t() :: %Twilio.Resources.Flex.V1.Insight.Session{
  base_url: String.t() | nil,
  session_expiry: String.t() | nil,
  session_id: String.t() | nil,
  url: String.t() | nil,
  workspace_id: String.t() | nil
}

Functions

object_name()