GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDeviceFiles (google_api_admin v0.34.1) View Source
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
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDeviceFiles{
createTime: DateTime.t() | nil,
downloadUrl: String.t() | nil,
name: String.t() | nil,
type: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.