Show / Hide Table of Contents

Class DeleteConversionEventRequest

Request message for DeleteConversionEvent RPC

Inheritance
System.Object
DeleteConversionEventRequest
Implements
Google.Protobuf.IMessage<DeleteConversionEventRequest>
System.IEquatable<DeleteConversionEventRequest>
Google.Protobuf.IDeepCloneable<DeleteConversionEventRequest>
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 DeleteConversionEventRequest : IMessage<DeleteConversionEventRequest>, IEquatable<DeleteConversionEventRequest>, IDeepCloneable<DeleteConversionEventRequest>, IBufferMessage, IMessage

Constructors

DeleteConversionEventRequest()

Declaration
public DeleteConversionEventRequest()

DeleteConversionEventRequest(DeleteConversionEventRequest)

Declaration
public DeleteConversionEventRequest(DeleteConversionEventRequest other)
Parameters
Type Name Description
DeleteConversionEventRequest 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 delete. 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