Response object for batch operations on blog tags.

Constructors

Properties

completedAt: Date

Time of batch operation completion.

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

Links associated with batch operation.

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;
}[] = ...
discriminator: undefined | string = undefined

Methods

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