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

A single list update request.

Attributes

  • constraints (GoogleApi.SafeBrowsing.V4.Model.Constraints.t): The constraints associated with this request. Defaults to nil.
  • platformType (String.t): The type of platform at risk by entries present in the list. Defaults to nil.
  • state (String.t): The current state of the client for the requested list (the encrypted client state that was received from the last successful list update). Defaults to nil.
  • threatEntryType (String.t): The types of entries present in the list. Defaults to nil.
  • threatType (String.t): The type of threat posed by entries present in the list. 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.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.