Response object for batch operations on blog tags.

Hierarchy

  • BatchResponseTag

Constructors

Properties

completedAt: Date

Time of batch operation completion.

links?: {
    [key: string]: string;
}

Links associated with batch operation.

Type declaration

  • [key: string]: string
requestedAt?: Date

Time of batch operation request.

results: Tag[]

Results of batch operation.

startedAt: Date

Time of batch operation start.

Status of batch operation.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc