Struct google_dlp2::GooglePrivacyDlpV2Error[][src]

pub struct GooglePrivacyDlpV2Error {
    pub timestamps: Option<Vec<String>>,
    pub details: Option<GoogleRpcStatus>,
}

Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger. Output only field.

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

Fields

The times the error occurred.

no description provided

Trait Implementations

impl Default for GooglePrivacyDlpV2Error
[src]

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

impl Clone for GooglePrivacyDlpV2Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2Error
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2Error
[src]

Auto Trait Implementations