Struct google_dfareporting2d4::Activities [] [src]

pub struct Activities {
    pub kind: Option<String>,
    pub filters: Option<Vec<DimensionValue>>,
    pub metric_names: Option<Vec<String>>,
}

Represents an activity group.

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

Fields

The kind of resource this is, in this case dfareporting#activities.

List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".

List of names of floodlight activity metrics.

Trait Implementations

impl Default for Activities
[src]

[src]

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

impl Clone for Activities
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Activities
[src]

[src]

Formats the value using the given formatter.

impl Part for Activities
[src]