View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaParameterMutation (google_api_analytics_admin v0.21.0)

Defines an event parameter to mutate.

Attributes

  • parameter (type: String.t, default: nil) - Required. The name of the parameter to mutate. This value must: be less than 40 characters. be unique across across all mutations within the rule * consist only of letters, digits or _ (underscores) For event edit rules, the name may also be set to 'event_name' to modify the event_name in place.
  • parameterValue (type: String.t, default: nil) - Required. The value mutation to perform. Must be less than 100 characters. To specify a constant value for the param, use the value's string. * To copy value from another parameter, use syntax like "[[other_parameter]]" For more details, see this help center article.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaParameterMutation{
    parameter: String.t() | nil,
    parameterValue: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.