View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ExportIssueModelMetadata (google_api_contact_center_insights v0.10.2)

Metadata used for export issue model.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time the operation was created.
  • endTime (type: DateTime.t, default: nil) - The time the operation finished running.
  • request (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ExportIssueModelRequest.t, default: nil) - The original export request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ExportIssueModelMetadata{
    createTime: DateTime.t() | nil,
    endTime: DateTime.t() | nil,
    request:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ExportIssueModelRequest.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.