Struct google_jobs3::CompletionResult[][src]

pub struct CompletionResult {
    pub type_: Option<String>,
    pub suggestion: Option<String>,
    pub image_uri: Option<String>,
}

Output only.

Resource that represents completion results.

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

Fields

The completion topic.

The suggestion for the query.

The URI of the company image for CompletionType.COMPANY_NAME.

Trait Implementations

impl Default for CompletionResult
[src]

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

impl Clone for CompletionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompletionResult
[src]

Formats the value using the given formatter. Read more

impl Part for CompletionResult
[src]

Auto Trait Implementations