Struct google_dfareporting2d2::CreativeAssetId [] [src]

pub struct CreativeAssetId {
    pub type_: Option<String>,
    pub name: Option<String>,
}

Creative Asset ID.

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

Fields

Type of asset to upload. This is a required field. IMAGE is solely used for IMAGE creatives. Other image assets should use HTML_IMAGE.

Name of the creative asset. This is a required field while inserting an asset. After insertion, this assetIdentifier is used to identify the uploaded asset. Characters in the name must be alphanumeric or one of the following: ".-_ ". Spaces are allowed.

Trait Implementations

impl Default for CreativeAssetId
[src]

[src]

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

impl Clone for CreativeAssetId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeAssetId
[src]

[src]

Formats the value using the given formatter.

impl Part for CreativeAssetId
[src]