Struct google_dfareporting2d7::Rule [] [src]

pub struct Rule {
    pub asset_id: Option<String>,
    pub targeting_template_id: Option<String>,
    pub name: Option<String>,
}

A rule associates an asset with a targeting template for asset-level targeting. Applicable to INSTREAM_VIDEO creatives.

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

Fields

A creativeAssets[].id. This should refer to one of the parent assets in this creative. This is a required field.

A targeting template ID. The targeting from the targeting template will be used to determine whether this asset should be served. This is a required field.

A user-friendly name for this rule. This is a required field.

Trait Implementations

impl Default for Rule
[src]

[src]

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

impl Clone for Rule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Rule
[src]

[src]

Formats the value using the given formatter.

impl Part for Rule
[src]