Struct google_analytics3::GoalUrlDestinationDetailsSteps[][src]

pub struct GoalUrlDestinationDetailsSteps {
    pub url: Option<String>,
    pub name: Option<String>,
    pub number: Option<i32>,
}

List of steps configured for this goal funnel.

This type is not used in any activity, and only used as part of another schema.

Fields

URL for this step.

Step name.

Step number.

Trait Implementations

impl Default for GoalUrlDestinationDetailsSteps
[src]

Returns the "default value" for a type. Read more

impl Clone for GoalUrlDestinationDetailsSteps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoalUrlDestinationDetailsSteps
[src]

Formats the value using the given formatter. Read more

impl NestedType for GoalUrlDestinationDetailsSteps
[src]

impl Part for GoalUrlDestinationDetailsSteps
[src]

Auto Trait Implementations