View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceScreenshotFiles (google_api_admin v0.40.0)

Attributes

  • createTime (type: DateTime.t, default: nil) - Date and time the file was created
  • downloadUrl (type: String.t, default: nil) - File download URL
  • name (type: String.t, default: nil) - File name
  • type (type: String.t, default: nil) - File type

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceScreenshotFiles{
  createTime: DateTime.t() | nil,
  downloadUrl: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.