google_api_safe_browsing v0.2.0 GoogleApi.SafeBrowsing.V4.Model.ThreatListDescriptor View Source

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 (String.t): The platform type targeted by the list's entries. Defaults to nil.
  • threatEntryType (String.t): The entry types contained in the list. Defaults to nil.
  • threatType (String.t): The threat type posed by the list's entries. Defaults to nil.

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.SafeBrowsing.V4.Model.ThreatListDescriptor{
  platformType: String.t(),
  threatEntryType: String.t(),
  threatType: 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.