Struct google_dfareporting2d7::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]

[src]

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

impl Clone for AudienceSegment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AudienceSegment
[src]

[src]

Formats the value using the given formatter.

impl Part for AudienceSegment
[src]