Struct google_dataproc1::JobPlacement [] [src]

pub struct JobPlacement {
    pub cluster_name: Option<String>,
    pub cluster_uuid: Option<String>,
}

Cloud Dataproc job config.

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

Fields

[Required] The name of the cluster where the job will be submitted.

[Output-only] A cluster UUID generated by the Cloud Dataproc service when the job is submitted.

Trait Implementations

impl Debug for JobPlacement
[src]

Formats the value using the given formatter.

impl Clone for JobPlacement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for JobPlacement
[src]

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

impl Part for JobPlacement
[src]