Struct google_safebrowsing4::FetchThreatListUpdatesRequest[][src]

pub struct FetchThreatListUpdatesRequest {
    pub client: Option<ClientInfo>,
    pub list_update_requests: Option<Vec<ListUpdateRequest>>,
}

Describes a Safe Browsing API update request. Clients can request updates for multiple lists in a single request. NOTE: Field index 2 is unused. NEXT: 5

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The client metadata.

The requested threat list updates.

Trait Implementations

impl Default for FetchThreatListUpdatesRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for FetchThreatListUpdatesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FetchThreatListUpdatesRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for FetchThreatListUpdatesRequest
[src]

Auto Trait Implementations