View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse (google_api_analytics_admin v0.25.4)
Response for looking up GA4 property connected to a UA property.
Attributes
-
property
(type:String.t
, default:nil
) - The GA4 property connected to the UA property. An empty string is returned when there is no connected GA4 property. Format: properties/{property_id} Example: properties/1234
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse{ property: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.