Twilio.Resources.Flex.V1.Insight.QualityManagement.Category (twilio_elixir v0.1.1)

Copy Markdown View Source

Category resource.

Properties

FieldDescription

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

account_sidThe SID of the Account that created the Flex Insights resource and owns this resource.
category_sidThe SID of the category
nameThe name of this category.
urlFormat: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Flex.V1.Insight.QualityManagement.Category{
  account_sid: String.t() | nil,
  category_sid: String.t() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()