Class DeletePropertyRequest
Request message for DeleteProperty RPC.
Implements
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.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 |
---|---|
string |
PropertyName
PropertyName-typed view over the Name resource name property.
Declaration
public PropertyName PropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |