Interface GetDeviceRegistrationTokenInsertSerialOperationsParam

Hierarchy

  • GetDeviceRegistrationTokenInsertSerialOperationsParam

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

GetDeviceRegistrationTokenInsertSerialOperationsParam.deep.linkId if not provided or undefined

deep: DeepClient<Link<number>>

Deep Client

deviceRegistrationToken: string

Device Registration Token

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

Reserved link ids that will be used in the serial operations

Type declaration

  • Optional containLinkId?: number

    Reserved link id for the contain

  • Optional deviceRegistrationTokenLinkId?: number

    Reserved link id for the deviceRegistrationToken

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

    Link id of the deviceRegistrationToken type

Generated using TypeDoc