Show / Hide Table of Contents

Class Goal.UrlDestinationDetailsData.StepsData

List of steps configured for this goal funnel.

Inheritance
object
Goal.UrlDestinationDetailsData.StepsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Goal.UrlDestinationDetailsData.StepsData

Properties

Name

Step name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Number

Step number.

Declaration
[JsonProperty("number")]
public virtual int? Number { get; set; }
Property Value
Type Description
int?

Url

URL for this step.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX