Class Activities
Represents an activity group.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class Activities : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filters
List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
Declaration
[JsonProperty("filters")]
public virtual IList<DimensionValue> Filters { get; set; }
Property Value
Type | Description |
---|---|
IList<DimensionValue> |
Kind
The kind of resource this is, in this case dfareporting#activities.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricNames
List of names of floodlight activity metrics.
Declaration
[JsonProperty("metricNames")]
public virtual IList<string> MetricNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |