Struct google_safebrowsing4::ListUpdateRequest[][src]

pub struct ListUpdateRequest {
    pub threat_type: Option<String>,
    pub threat_entry_type: Option<String>,
    pub platform_type: Option<String>,
    pub constraints: Option<Constraints>,
    pub state: Option<String>,
}

A single list update request.

This type is not used in any activity, and only used as part of another schema.

Fields

The type of threat posed by entries present in the list.

The types of entries present in the list.

The type of platform at risk by entries present in the list.

The constraints associated with this request.

The current state of the client for the requested list (the encrypted client state that was received from the last successful list update).

Trait Implementations

impl Default for ListUpdateRequest
[src]

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

impl Clone for ListUpdateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListUpdateRequest
[src]

Formats the value using the given formatter. Read more

impl Part for ListUpdateRequest
[src]

Auto Trait Implementations