ConnectionInterfaceSummaryV2Response: {
    apiId: string;
    automaticallyGenerated: boolean;
    slug: string;
    sourcePluginVersionId?: string;
    typeId: string;
}

Type declaration

  • apiId: string

    Connection interface api id.

  • automaticallyGenerated: boolean

    Indicates if this connection interface was generated by a plugin or manually.

  • slug: string

    Connection interface id generated by client.

  • OptionalsourcePluginVersionId?: string

    The version ID of the plugin that generated this.

  • typeId: string

    Connection interface id type generate by client.