Struct google_logging2_beta1::LogEntryOperation [] [src]

pub struct LogEntryOperation {
    pub last: Option<bool>,
    pub id: Option<String>,
    pub producer: Option<String>,
    pub first: Option<bool>,
}

Additional information about a potentially long-running operation with which a log entry is associated.

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

Fields

Optional. Set this to True if this is the last log entry in the operation.

Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: "MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".

Optional. Set this to True if this is the first log entry in the operation.

Trait Implementations

impl Debug for LogEntryOperation
[src]

Formats the value using the given formatter.

impl Clone for LogEntryOperation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LogEntryOperation
[src]

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

impl Part for LogEntryOperation
[src]