Struct google_servicecontrol1::CheckInfo[][src]

pub struct CheckInfo {
    pub unused_arguments: Option<Vec<String>>,
    pub consumer_info: Option<ConsumerInfo>,
}

Contains additional information about the check operation.

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

Fields

A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.

Consumer info of this check.

Trait Implementations

impl Default for CheckInfo
[src]

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

impl Clone for CheckInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CheckInfo
[src]

Formats the value using the given formatter. Read more

impl Part for CheckInfo
[src]

Auto Trait Implementations

impl Send for CheckInfo

impl Sync for CheckInfo