Struct google_digitalassetlinks1::ListResponse[][src]

pub struct ListResponse {
    pub error_code: Option<Vec<String>>,
    pub statements: Option<Vec<Statement>>,
    pub debug_string: Option<String>,
    pub max_age: Option<String>,
}

Response message for the List call.

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

Error codes that describe the result of the List operation.

A list of all the matching statements that have been found.

Human-readable message containing information intended to help end users understand, reproduce and debug the result.

The message will be in English and we are currently not planning to offer any translations.

Please note that no guarantees are made about the contents or format of this string. Any aspect of it may be subject to change without notice. You should not attempt to programmatically parse this data. For programmatic access, use the error_code field below.

From serving time, how much longer the response should be considered valid barring further updates. REQUIRED

Trait Implementations

impl Default for ListResponse
[src]

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

impl Clone for ListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListResponse
[src]

Auto Trait Implementations