Show / Hide Table of Contents

Class Activities

Represents an activity group.

Inheritance
System.Object
Activities
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class Activities : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.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
System.String

MetricNames

List of names of floodlight activity metrics.

Declaration
[JsonProperty("metricNames")]
public virtual IList<string> MetricNames { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
In This Article
Back to top