Class ListStepAccessibilityClustersResponse
Response message for AccessibilityService.ListStepAccessibilityClusters.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ListStepAccessibilityClustersResponse : IDirectResponseSchema
Properties
Clusters
A sequence of accessibility suggestions, grouped into clusters. Within the sequence, clusters that belong to the same SuggestionCategory should be adjacent. Within each category, clusters should be ordered by their SuggestionPriority (ERRORs first). The categories should be ordered by their highest priority cluster.
Declaration
[JsonProperty("clusters")]
public virtual IList<SuggestionClusterProto> Clusters { get; set; }
Property Value
Type | Description |
---|---|
IList<SuggestionClusterProto> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
A full resource name of the step. For example, projects/my-project/histories/bh.1234567890abcdef/executions/ 1234567890123456789/steps/bs.1234567890abcdef Always presents.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |