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

Request message for CreateSubproperty RPC.

Attributes

  • parent (type: String.t, default: nil) - Required. The ordinary property for which to create a subproperty. Format: properties/property_id Example: properties/123
  • subproperty (type: GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaProperty.t, default: nil) - Required. The subproperty to create.
  • subpropertyEventFilter (type: GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaSubpropertyEventFilter.t, default: nil) - Optional. The subproperty event filter to create on an ordinary property.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest{
    parent: String.t() | nil,
    subproperty:
      GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaProperty.t()
      | nil,
    subpropertyEventFilter:
      GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaSubpropertyEventFilter.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.