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

ListChangeGatesResponse

    Response containing a paginated list of change gates.

    Properties

    • gates array[ChangeGate] required
      List of change gates
    • id string required
      Unique identifier of the change gate
    • name string required
      Name of the change gate
    • enabled boolean required
      Whether the change gate is enabled
    • rule ChangeGateRuleOutput required
      Rule configuration for the gate
    • target ChangeGateTargetOutput required
      Target configuration for the gate
    • continuationToken string required
      Continuation token for pagination. If null, there are no more results available.