View Source GoogleApi.Drive.V3.Model.FileShortcutDetails (google_api_drive v0.27.1)

Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.

Attributes

  • targetId (type: String.t, default: nil) - The ID of the file that this shortcut points to.
  • targetMimeType (type: String.t, default: nil) - Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
  • targetResourceKey (type: String.t, default: nil) - Output only. The ResourceKey for the target file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.FileShortcutDetails{
  targetId: String.t() | nil,
  targetMimeType: String.t() | nil,
  targetResourceKey: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.