google_api_alert_center v0.7.0 GoogleApi.AlertCenter.V1beta1.Model.DriveFile View Source

A Drive file

Attributes

  • abuseType (type: String.t, default: nil) - Abuse type of the file.

  • id (type: String.t, default: nil) - The ID of the file.

  • name (type: String.t, default: nil) - The name of the file.

  • numRecentDownload (type: String.t, default: nil) - The number of recent downloads of the file. This is available for the following alert types:

    *Drive malware sharing detected

  • owner (type: String.t, default: nil) - The email address of the file owner.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AlertCenter.V1beta1.Model.DriveFile{
  abuseType: String.t(),
  id: String.t(),
  name: String.t(),
  numRecentDownload: String.t(),
  owner: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.