View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2ExportOperationMetadata (google_api_dialogflow v0.88.3)

Metadata related to the Export Data Operations (e.g. ExportDocument).

Attributes

  • exportedGcsDestination (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2GcsDestination.t, default: nil) - Cloud Storage file path of the exported data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2ExportOperationMetadata{
    exportedGcsDestination:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2GcsDestination.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.