Show / Hide Table of Contents

Class Activities

Represents an activity group.

Inheritance
object
Activities
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX