Struct google_dfareporting3d2::AudienceSegmentGroup[][src]

pub struct AudienceSegmentGroup {
    pub audience_segments: Option<Vec<AudienceSegment>>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Audience Segment Group.

This type is not used in any activity, and only used as part of another schema.

Fields

Audience segments assigned to this group. The number of segments must be between 2 and 100.

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

Name of this audience segment group. This is a required field and must be less than 65 characters long.

Trait Implementations

impl Default for AudienceSegmentGroup
[src]

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

impl Clone for AudienceSegmentGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AudienceSegmentGroup
[src]

Formats the value using the given formatter. Read more

impl Part for AudienceSegmentGroup
[src]

Auto Trait Implementations