View Source GoogleApi.Translate.V3.Model.AdaptiveMtFile (google_api_translate v0.21.0)

An AdaptiveMtFile.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Timestamp when this file was created.
  • displayName (type: String.t, default: nil) - The file's display name.
  • entryCount (type: integer(), default: nil) - The number of entries that the file contains.
  • name (type: String.t, default: nil) - Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
  • updateTime (type: DateTime.t, default: nil) - Output only. Timestamp when this file was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Translate.V3.Model.AdaptiveMtFile{
  createTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  entryCount: integer() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.