Hierarchy

  • GetNotifyInsertSerialOperationsParam

Properties

containValue?: string

Value of the contain link

Remarks

If containerLinkId is null, this will be ignored

containerLinkId?: null | number

Link id of the container

Remarks

If it is null, contain link will not be created

Default Value

GetNotifyInsertSerialOperationsParam.deep.linkId if not provided or undefined

deep: DeepClient<Link<number>>

Deep Client

deviceLinkId: number

Link id of the device

pushNotificationLinkId: number

Link id of the push notification

reservedLinkIds?: {
    containLinkId?: number;
    notifyLinkId?: number;
}

Reserved link ids that will be used in the serial operations

Type declaration

  • Optional containLinkId?: number

    Reserved link id for the contain

  • Optional notifyLinkId?: number

    Reserved link id for the notify

typeLinkIds?: {
    containTypeLinkId?: number;
    notifyTypeLinkId?: number;
}

Link ids of types that will be used in the serial operations

Type declaration

  • Optional containTypeLinkId?: number

    Link id of the contain type

  • Optional notifyTypeLinkId?: number

    Link id of the notify type

Generated using TypeDoc