Class Goal.UrlDestinationDetailsData.StepsData
List of steps configured for this goal funnel.
Inheritance
System.Object
Goal.UrlDestinationDetailsData.StepsData
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.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class StepsData
Properties
Name
Step name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Number
Step number.
Declaration
[JsonProperty("number")]
public virtual int? Number { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Url
URL for this step.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |