Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 500 Bytes

addbypassipresponsebody.md

File metadata and controls

32 lines (25 loc) · 500 Bytes

AddBypassIpResponseBody

Supported Types

models.AddBypassIpResponseBody1

const value: models.AddBypassIpResponseBody1 = {
  ok: false,
  result: [
    {
      ownerId: "<id>",
      id: "<id>",
      domain: "hairy-lashes.com",
      projectId: "<id>",
      note: "<value>",
      isProjectRule: false,
    },
  ],
  pagination: "<value>",
};

models.AddBypassIpResponseBody2

const value: models.AddBypassIpResponseBody2 = {
  ok: false,
};