View Source GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse (google_api_safe_browsing v0.26.0)
Attributes
-
listUpdateResponses
(type:list(GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse.t)
, default:nil
) - The list updates requested by the clients. The number of responses here may be less than the number of requests sent by clients. This is the case, for example, if the server has no updates for a particular list. -
minimumWaitDuration
(type:String.t
, default:nil
) - The minimum duration the client must wait before issuing any update request. If this field is not set clients may update as soon as they want.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse{ listUpdateResponses: [ GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse.t() ] | nil, minimumWaitDuration: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.