Class GoalSetData
Represents a set of goals that were reached in an activity.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class GoalSetData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Goals
All the goals that were reached in the current activity.
Declaration
[JsonProperty("goals")]
public virtual IList<GoalData> Goals { get; set; }
Property Value
Type | Description |
---|---|
IList<GoalData> |