Hierarchy

  • GetPushNotificationInsertSerialOperationsParam

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

GetPushNotificationInsertSerialOperationsParam.deep.linkId if not provided or undefined

deep: DeepClient<Link<number>>

Deep Client

pushNotification: PushNotificationInfo

PushNotification

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

Reserved link ids that will be used in the serial operations

Type declaration

  • Optional containLinkId?: number

    Reserved link id for the contain

  • Optional pushNotificationLinkId?: number

    Reserved link id for the pushNotification

typeLinkIds?: {
    containTypeLinkId?: number;
    pushNotificationTypeLinkId?: 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 pushNotificationTypeLinkId?: number

    Link id of the pushNotification type

Generated using TypeDoc