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

A single list update request.

Attributes

  • constraints (type: GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints.t, default: nil) - The constraints associated with this request.
  • platformType (type: String.t, default: nil) - The type of platform at risk by entries present in the list.
  • state (type: String.t, default: nil) - The current state of the client for the requested list (the encrypted client state that was received from the last successful list update).
  • threatEntryType (type: String.t, default: nil) - The types of entries present in the list.
  • threatType (type: String.t, default: nil) - The type of threat posed by entries present in the list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest{
    constraints:
      GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints.t()
      | nil,
    platformType: String.t() | nil,
    state: 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.