Class Screen
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class Screen : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileReference
File reference of the png file. Required.
Declaration
[JsonProperty("fileReference")]
public virtual string FileReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Locale
Locale of the device that the screenshot was taken on. Required.
Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
Model
Model of the device that the screenshot was taken on. Required.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
OS version of the device that the screenshot was taken on. Required.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |