View Source GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1RawIndices (google_api_web_risk v0.3.0)

A set of raw indices to remove from a local list.

Attributes

  • indices (type: list(integer()), default: nil) - The indices to remove from a lexicographically-sorted local list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1RawIndices{
  indices: [integer()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.