Show / Hide Table of Contents

Class GetConversionEventRequest

Request message for GetConversionEvent RPC

Inheritance
System.Object
GetConversionEventRequest
Implements
Google.Protobuf.IMessage<GetConversionEventRequest>
System.IEquatable<GetConversionEventRequest>
Google.Protobuf.IDeepCloneable<GetConversionEventRequest>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GetConversionEventRequest : IMessage<GetConversionEventRequest>, IEquatable<GetConversionEventRequest>, IDeepCloneable<GetConversionEventRequest>, IBufferMessage, IMessage

Constructors

GetConversionEventRequest()

Declaration
public GetConversionEventRequest()

GetConversionEventRequest(GetConversionEventRequest)

Declaration
public GetConversionEventRequest(GetConversionEventRequest other)
Parameters
Type Name Description
GetConversionEventRequest other

Properties

ConversionEventName

ConversionEventName-typed view over the Name resource name property.

Declaration
public ConversionEventName ConversionEventName { get; set; }
Property Value
Type Description
ConversionEventName

Name

Required. The resource name of the conversion event to retrieve. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top