View Source GoogleApi.ToolResults.V1beta3.Model.ListStepAccessibilityClustersResponse (google_api_tool_results v0.33.0)

Response message for AccessibilityService.ListStepAccessibilityClusters.

Attributes

  • clusters (type: list(GoogleApi.ToolResults.V1beta3.Model.SuggestionClusterProto.t), default: nil) - 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.
  • name (type: String.t, default: nil) - A full resource name of the step. For example, projects/my-project/histories/bh.1234567890abcdef/executions/ 1234567890123456789/steps/bs.1234567890abcdef Always presents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ToolResults.V1beta3.Model.ListStepAccessibilityClustersResponse{
    clusters:
      [GoogleApi.ToolResults.V1beta3.Model.SuggestionClusterProto.t()] | nil,
    name: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.