Struct google_dfareporting2d7::ContentCategory [] [src]

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

Organizes placements according to the contents of their associated webpages.

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

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

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

Name of this content category. This is a required field and must be less than 256 characters long and unique among content categories of the same account.

Trait Implementations

impl Default for ContentCategory
[src]

[src]

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

impl Clone for ContentCategory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ContentCategory
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for ContentCategory
[src]

impl ResponseResult for ContentCategory
[src]