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

Copy Markdown View Source

Operation resource.

Properties

FieldDescription
completedAtWhen the operation completed or failed.. Format: date-time
createdAtWhen the operation was created.. Format: date-time
operationIdThe unique identifier for this operation.
resultUrlURL to fetch the resulting resource.. Format: uri
statusThe current status of the operation.. Values: PENDING, RUNNING, CANCELLED, COMPLETED, FAILED
statusUrlURI to check operation status.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Knowledge.V2.ControlPlane.Operation{
  completedAt: String.t(),
  createdAt: String.t(),
  error: map(),
  operationId: String.t(),
  result: String.t(),
  resultUrl: String.t(),
  status: String.t(),
  statusUrl: String.t()
}

Functions

object_name()