1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentLogLine

DeploymentLogLine

    DeploymentLogLine contains a log line associated with a deployment.

    Properties

    • header string optional
      The header for the line, if any. When present, this field should be printed prior to the line. The header contains information about the step, and is generally used to indicate when a new step has started.
    • timestamp string optional
      The time at which the line was written.
    • line string optional
      The line itself.