Twilio.Resources.Knowledge.V2.ControlPlane.KnowledgeBase (twilio_elixir v0.1.3)

Copy Markdown View Source

KnowledgeBase resource.

Properties

FieldDescription
createdAtThe ISO 8601 timestamp when the Knowledge Base was created.. Format: date-time
descriptionA human readable description of this resource, up to 128 characters.

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

displayNameProvides a unique and addressable name to be assigned to this Knowledge Base. This name is assigned by the developer and can be used in addition to the ID. It is intended to be human-readable and unique within the account.
idThe unique identifier for the Knowledge Base

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

statusThe provisioning status of the Knowledge Base. Values: QUEUED, PROVISIONING, ACTIVE, FAILED, DELETING
updatedAtThe ISO 8601 timestamp when the Knowledge Base was last updated.. Format: date-time
versionThe current version number of the Knowledge Base. Incremented on each successful mutable update.

Summary

Types

t()

@type t() :: %Twilio.Resources.Knowledge.V2.ControlPlane.KnowledgeBase{
  createdAt: String.t(),
  description: String.t(),
  displayName: String.t(),
  id: String.t(),
  status: String.t(),
  updatedAt: String.t(),
  version: integer()
}

Functions

object_name()