Class ChromeOsDevice.DeviceFilesData
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
public class ChromeOsDevice.DeviceFilesData
- Inheritance
-
ChromeOsDevice.DeviceFilesData
- Inherited Members
Constructors
DeviceFilesData()
public DeviceFilesData()
Properties
CreateTime
DateTime representation of CreateTimeRaw.
public virtual DateTime? CreateTime { get; set; }
Property Value
CreateTimeRaw
Date and time the file was created
public virtual string CreateTimeRaw { get; set; }
Property Value
DownloadUrl
File download URL
public virtual string DownloadUrl { get; set; }
Property Value
Name
File name
public virtual string Name { get; set; }
Property Value
Type
File type
public virtual string Type { get; set; }