google_api_tool_results v0.22.0 GoogleApi.ToolResults.V1beta3.Model.ListStepAccessibilityClustersResponse View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.ToolResults.V1beta3.Model.ListStepAccessibilityClustersResponse{
    clusters: [GoogleApi.ToolResults.V1beta3.Model.SuggestionClusterProto.t()],
    name: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.