Struct google_dfareporting3d2::AudienceSegment[][src]

pub struct AudienceSegment {
    pub allocation: Option<i32>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Audience Segment.

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

Fields

Weight allocated to this segment. The weight assigned will be understood in proportion to the weights assigned to other segments in the same segment group. Acceptable values are 1 to 1000, inclusive.

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

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

Trait Implementations

impl Default for AudienceSegment
[src]

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

impl Clone for AudienceSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AudienceSegment
[src]

Formats the value using the given formatter. Read more

impl Part for AudienceSegment
[src]

Auto Trait Implementations