google_api_safe_browsing v0.9.0 GoogleApi.SafeBrowsing.V4.Model.ListUpdateRequest View Source

A single list update request.

Attributes

  • constraints (type: GoogleApi.SafeBrowsing.V4.Model.Constraints.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.

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.ListUpdateRequest{
  constraints: GoogleApi.SafeBrowsing.V4.Model.Constraints.t(),
  platformType: String.t(),
  state: 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.