Struct google_dfareporting3d2::AdvertiserGroup[][src]

pub struct AdvertiserGroup {
    pub kind: Option<String>,
    pub account_id: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Groups advertisers together so that reports can be generated for the entire group at once.

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#advertiserGroup".

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

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

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

Trait Implementations

impl Default for AdvertiserGroup
[src]

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

impl Clone for AdvertiserGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdvertiserGroup
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AdvertiserGroup
[src]

impl Resource for AdvertiserGroup
[src]

impl ResponseResult for AdvertiserGroup
[src]

Auto Trait Implementations