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

EnvironmentTag

    EnvironmentTag represents a key-value tag associated with an environment.

    Properties

    • name string required
      The name of the tag.
    • value string required
      The value of the tag.
    • created string required
      The timestamp when the tag was created.
    • modified string required
      The timestamp when the tag was last modified.
    • editorLogin string required
      The login name of the user who last edited the tag.
    • editorName string required
      The display name of the user who last edited the tag.