Struct google_dlp2::GooglePrivacyDlpV2InfoTypeDescription[][src]

pub struct GooglePrivacyDlpV2InfoTypeDescription {
    pub display_name: Option<String>,
    pub name: Option<String>,
    pub supported_by: Option<Vec<String>>,
}

InfoType description.

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

Fields

Human readable form of the infoType name.

Internal name of the infoType.

Which parts of the API supports this InfoType.

Trait Implementations

impl Default for GooglePrivacyDlpV2InfoTypeDescription
[src]

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

impl Clone for GooglePrivacyDlpV2InfoTypeDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2InfoTypeDescription
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2InfoTypeDescription
[src]

Auto Trait Implementations