Class GoogleFirebaseAppdistroV1alphaScreenshot
A device screenshot taken during a test.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaScreenshot : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Height
Output only. The height of the screenshot, in pixels.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type | Description |
---|---|
int? |
Uri
Output only. The URI of the screenshot.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |
Width
Output only. The width of the screenshot, in pixels.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type | Description |
---|---|
int? |