Show / Hide Table of Contents

Class ScreenshotCluster

Inheritance
object
ScreenshotCluster
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ScreenshotCluster : IDirectResponseSchema

Properties

Activity

A string that describes the activity of every screen in the cluster.

Declaration
[JsonProperty("activity")]
public virtual string Activity { get; set; }
Property Value
Type Description
string

ClusterId

A unique identifier for the cluster. @OutputOnly

Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeyScreen

A singular screen that represents the cluster as a whole. This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm

Declaration
[JsonProperty("keyScreen")]
public virtual Screen KeyScreen { get; set; }
Property Value
Type Description
Screen

Screens

Full list of screens.

Declaration
[JsonProperty("screens")]
public virtual IList<Screen> Screens { get; set; }
Property Value
Type Description
IList<Screen>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX