ProspectingTaskSummary

A summary of a single prospecting task, returned by ListProspectingFromEngagementTasks. Contains key metrics and status information without the full per-engagement detail available from GetProspectingFromEngagementTask.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of engagements that have been successfully converted into prospecting leads.

Link copied to clipboard

The timestamp indicating when the task finished processing. This field is absent if the task is still in progress. The format follows ISO 8601 date-time notation.

Link copied to clipboard

The number of engagements that failed to be converted. Retrieve the full task details using GetProspectingFromEngagementTask for per-engagement error information.

Link copied to clipboard

The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the task.

Link copied to clipboard

The unique identifier of the task. Use this value with GetProspectingFromEngagementTask to retrieve full task details.

Link copied to clipboard

The descriptive name of the task provided when it was created.

Link copied to clipboard

The total number of engagements included in the task.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String