View Source GoogleApi.MigrationCenter.V1.Model.OpenFileDetails (google_api_migration_center v0.5.1)

Open file Information.

Attributes

  • command (type: String.t, default: nil) - Opened file command.
  • filePath (type: String.t, default: nil) - Opened file file path.
  • fileType (type: String.t, default: nil) - Opened file file type.
  • user (type: String.t, default: nil) - Opened file user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.OpenFileDetails{
  command: String.t() | nil,
  filePath: String.t() | nil,
  fileType: String.t() | nil,
  user: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.