Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1ContentItem[][src]

pub struct GooglePrivacyDlpV2beta1ContentItem {
    pub table: Option<GooglePrivacyDlpV2beta1Table>,
    pub data: Option<String>,
    pub value: Option<String>,
    pub type_: Option<String>,
}

Container structure for the content to inspect.

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

Fields

Structured content for inspection.

Content data to inspect or redact.

String data to inspect or redact.

Type of the content, as defined in Content-Type HTTP header. Supported types are: all "text" types, octet streams, PNG images, JPEG images.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1ContentItem
[src]

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

impl Clone for GooglePrivacyDlpV2beta1ContentItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1ContentItem
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1ContentItem
[src]

Auto Trait Implementations