Struct google_dfareporting2d3::CampaignCreativeAssociation [] [src]

pub struct CampaignCreativeAssociation {
    pub creative_id: Option<String>,
    pub kind: Option<String>,
}

Identifies a creative which has been associated with a given campaign.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

ID of the creative associated with the campaign. This is a required field.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#campaignCreativeAssociation".

Trait Implementations

impl Default for CampaignCreativeAssociation
[src]

[src]

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

impl Clone for CampaignCreativeAssociation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CampaignCreativeAssociation
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for CampaignCreativeAssociation
[src]

impl Resource for CampaignCreativeAssociation
[src]

impl ResponseResult for CampaignCreativeAssociation
[src]