GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1Submission (google_api_web_risk v0.2.0) View Source

Wraps a URI that might be displaying malicious content.

Attributes

  • threatTypes (type: list(String.t), default: nil) - ThreatTypes found to be associated with the submitted URI after reviewing it. This may be empty if the URI was not added to any list.
  • uri (type: String.t, default: nil) - Required. The URI that is being reported for malicious content to be analyzed.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1Submission{
  threatTypes: [String.t()] | nil,
  uri: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.