View Source GoogleApi.Chat.V1.Model.DriveLinkData (google_api_chat v0.34.3)

Data for Google Drive links.

Attributes

  • driveDataRef (type: GoogleApi.Chat.V1.Model.DriveDataRef.t, default: nil) - A DriveDataRef which references a Google Drive file.
  • mimeType (type: String.t, default: nil) - The mime type of the linked Google Drive resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.DriveLinkData{
  driveDataRef: GoogleApi.Chat.V1.Model.DriveDataRef.t() | nil,
  mimeType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.