Struct google_deploymentmanager2::ImportFile[][src]

pub struct ImportFile {
    pub content: Option<String>,
    pub name: Option<String>,
}

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

Fields

The contents of the file.

The name of the file.

Trait Implementations

impl Default for ImportFile
[src]

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

impl Clone for ImportFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImportFile
[src]

Formats the value using the given formatter. Read more

impl Part for ImportFile
[src]

Auto Trait Implementations

impl Send for ImportFile

impl Sync for ImportFile