View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTaskExecutionDetailsTaskAttemptStats (google_api_integrations v0.9.0)

Attributes

  • endTime (type: String.t, default: nil) - The end time of the task execution for current attempt.
  • startTime (type: String.t, default: nil) - The start time of the task execution for current attempt. This could be in the future if it's been scheduled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTaskExecutionDetailsTaskAttemptStats{
    endTime: String.t() | nil,
    startTime: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.