Table of Contents

Class ChromeOsDevice.ScreenshotFilesData

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

List of screenshot files to download. Type is always "SCREENSHOT_FILE". (Read-only)

public class ChromeOsDevice.ScreenshotFilesData
Inheritance
ChromeOsDevice.ScreenshotFilesData
Inherited Members

Constructors

ScreenshotFilesData()

public ScreenshotFilesData()

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