GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest (google_api_safe_browsing v0.23.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest{
constraints:
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints.t(),
platformType: String.t(),
state: String.t(),
threatEntryType: String.t(),
threatType: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.