Struct google_doubleclickbidmanager1::ListQueriesResponse [−][src]
List queries response.
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).
- listqueries queries (response)
Fields
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#listQueriesResponse".
queries: Option<Vec<Query>>
Retrieved queries.
Trait Implementations
impl Default for ListQueriesResponse[src]
impl Default for ListQueriesResponsefn default() -> ListQueriesResponse[src]
fn default() -> ListQueriesResponseReturns the "default value" for a type. Read more
impl Clone for ListQueriesResponse[src]
impl Clone for ListQueriesResponsefn clone(&self) -> ListQueriesResponse[src]
fn clone(&self) -> ListQueriesResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ListQueriesResponse[src]
impl Debug for ListQueriesResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for ListQueriesResponse[src]
impl ResponseResult for ListQueriesResponseAuto Trait Implementations
impl Send for ListQueriesResponse
impl Send for ListQueriesResponseimpl Sync for ListQueriesResponse
impl Sync for ListQueriesResponse