Struct google_dfareporting2d4::CreativeField [] [src]

pub struct CreativeField {
    pub advertiser_id: Option<String>,
    pub kind: Option<String>,
    pub subaccount_id: Option<String>,
    pub name: Option<String>,
    pub advertiser_id_dimension_value: Option<DimensionValue>,
    pub id: Option<String>,
    pub account_id: Option<String>,
}

Contains properties of a creative field.

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

Advertiser ID of this creative field. This is a required field on insertion.

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

Subaccount ID of this creative field. This is a read-only field that can be left blank.

Name of this creative field. This is a required field and must be less than 256 characters long and unique among creative fields of the same advertiser.

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

ID of this creative field. This is a read-only, auto-generated field.

Account ID of this creative field. This is a read-only field that can be left blank.

Trait Implementations

impl Default for CreativeField
[src]

[src]

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

impl Clone for CreativeField
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeField
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for CreativeField
[src]

impl Resource for CreativeField
[src]

impl ResponseResult for CreativeField
[src]