Struct google_safebrowsing4::ListUpdateRequest [] [src]

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

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 platform at risk by entries present in the list.

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

The types of entries present in the list.

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

The constraints associated with this request.

Trait Implementations

impl Debug for ListUpdateRequest
[src]

Formats the value using the given formatter.

impl Clone for ListUpdateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ListUpdateRequest
[src]

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

impl Part for ListUpdateRequest
[src]