Table of Contents

Class ChromeOsDevice.DeviceFilesData

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
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

DateTime?

CreateTimeRaw

Date and time the file was created

public virtual string CreateTimeRaw { get; set; }

Property Value

string

DownloadUrl

File download URL

public virtual string DownloadUrl { get; set; }

Property Value

string

Name

File name

public virtual string Name { get; set; }

Property Value

string

Type

File type

public virtual string Type { get; set; }

Property Value

string