View Source GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatListDescriptor (google_api_safe_browsing v0.25.0)

Describes an individual threat list. A list is defined by three parameters: the type of threat posed, the type of platform targeted by the threat, and the type of entries in the list.

Attributes

  • platformType (type: String.t, default: nil) - The platform type targeted by the list's entries.
  • threatEntryType (type: String.t, default: nil) - The entry types contained in the list.
  • threatType (type: String.t, default: nil) - The threat type posed by the list's entries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatListDescriptor{
    platformType: String.t() | nil,
    threatEntryType: String.t() | nil,
    threatType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.