Struct google_manager1_beta2::ServiceAccount [] [src]

pub struct ServiceAccount {
    pub scopes: Option<Vec<String>>,
    pub email: Option<String>,
}

A Compute Engine service account, identical to the Compute Engine resource.

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

Fields

List of OAuth2 scopes to obtain for the service account.

Service account email address.

Trait Implementations

impl Default for ServiceAccount
[src]

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

impl Clone for ServiceAccount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServiceAccount
[src]

Formats the value using the given formatter.

impl Part for ServiceAccount
[src]