GoogleApi.Tasks.V1.Model.DriveResourceInfo (google_api_tasks v0.17.0)

View Source

Information about the Drive resource where a task was assigned from (the document, sheet, etc.).

Attributes

  • driveFileId (type: String.t, default: nil) - Output only. Identifier of the file in the Drive API.
  • resourceKey (type: String.t, default: nil) - Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Tasks.V1.Model.DriveResourceInfo{
  driveFileId: String.t() | nil,
  resourceKey: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.