Show / Hide Table of Contents

Class DeletePropertyRequest

Request message for DeleteProperty RPC.

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

Constructors

DeletePropertyRequest()

Declaration
public DeletePropertyRequest()

DeletePropertyRequest(DeletePropertyRequest)

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

Properties

Name

Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: "properties/1000"

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

PropertyName

PropertyName-typed view over the Name resource name property.

Declaration
public PropertyName PropertyName { get; set; }
Property Value
Type Description
PropertyName
Back to top