$MsgVpnBridgeRemoteMsgVpnsResponse: {
    properties: {
        data: {
            contains: {
                type: "MsgVpnBridgeRemoteMsgVpn";
            };
            type: "array";
        };
        links: {
            contains: {
                type: "MsgVpnBridgeRemoteMsgVpnLinks";
            };
            type: "array";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    };
} = ...

Type declaration

  • properties: {
        data: {
            contains: {
                type: "MsgVpnBridgeRemoteMsgVpn";
            };
            type: "array";
        };
        links: {
            contains: {
                type: "MsgVpnBridgeRemoteMsgVpnLinks";
            };
            type: "array";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    }
    • data: {
          contains: {
              type: "MsgVpnBridgeRemoteMsgVpn";
          };
          type: "array";
      }
      • contains: {
            type: "MsgVpnBridgeRemoteMsgVpn";
        }
        • type: "MsgVpnBridgeRemoteMsgVpn"
      • type: "array"
    • links: {
          contains: {
              type: "MsgVpnBridgeRemoteMsgVpnLinks";
          };
          type: "array";
      }
      • contains: {
            type: "MsgVpnBridgeRemoteMsgVpnLinks";
        }
        • type: "MsgVpnBridgeRemoteMsgVpnLinks"
      • type: "array"
    • meta: {
          isRequired: true;
          type: "SempMeta";
      }
      • isRequired: true
      • type: "SempMeta"