Class FetchConnectedGa4PropertyResponse
Response for looking up GA4 property connected to a UA property.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class FetchConnectedGa4PropertyResponse : IMessage<FetchConnectedGa4PropertyResponse>, IEquatable<FetchConnectedGa4PropertyResponse>, IDeepCloneable<FetchConnectedGa4PropertyResponse>, IBufferMessage, IMessage
Constructors
FetchConnectedGa4PropertyResponse()
Declaration
public FetchConnectedGa4PropertyResponse()
FetchConnectedGa4PropertyResponse(FetchConnectedGa4PropertyResponse)
Declaration
public FetchConnectedGa4PropertyResponse(FetchConnectedGa4PropertyResponse other)
Parameters
Type | Name | Description |
---|---|---|
FetchConnectedGa4PropertyResponse | other |
Properties
Property
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
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyAsPropertyName
PropertyName-typed view over the Property resource name property.
Declaration
public PropertyName PropertyAsPropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |