Struct google_dfareporting2d6::CreativeGroup [] [src]

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

Contains properties of a creative group.

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

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

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

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

Subgroup of the creative group. Assign your creative groups to a subgroup in order to filter or manage them more easily. This field is required on insertion and is read-only after insertion. Acceptable values are 1 to 2, inclusive.

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

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

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

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

Trait Implementations

impl Default for CreativeGroup
[src]

[src]

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

impl Clone for CreativeGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeGroup
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for CreativeGroup
[src]

impl Resource for CreativeGroup
[src]

impl ResponseResult for CreativeGroup
[src]