Struct google_prediction1d6::AnalyzeDataDescriptionFeaturesText [] [src]

pub struct AnalyzeDataDescriptionFeaturesText {
    pub count: Option<String>,
}

Description of multiple-word text values of this feature.

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

Fields

Number of multiple-word text values for this feature.

Trait Implementations

impl Debug for AnalyzeDataDescriptionFeaturesText
[src]

Formats the value using the given formatter.

impl Clone for AnalyzeDataDescriptionFeaturesText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AnalyzeDataDescriptionFeaturesText
[src]

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

impl NestedType for AnalyzeDataDescriptionFeaturesText
[src]

impl Part for AnalyzeDataDescriptionFeaturesText
[src]