Interface GetWebPushCertificateInsertSerialOperationsResult

Hierarchy

  • GetWebPushCertificateInsertSerialOperationsResult

Properties

linkIds: Required<{
    containForUsesWebPushCertificateLinkId?: number;
    containForWebPushCertificateLinkId?: number;
    usesWebPushCertificateLinkId?: number;
    webPushCertificateLinkId?: number;
}>

Type declaration

  • Optional containForUsesWebPushCertificateLinkId?: number

    Reserved link id for the contain for usesServiceAccount

  • Optional containForWebPushCertificateLinkId?: number

    Reserved link id for the contain

  • Optional usesWebPushCertificateLinkId?: number

    Reserved link id for the usesWebPushCertificate

  • Optional webPushCertificateLinkId?: number

    Reserved link id for the webPushCertificate

serialOperations: SerialOperation[]

Generated using TypeDoc