Class DeleteNotificationSubscriptionRequest
Request message for the DeleteNotificationSubscription method.
Implements
Namespace: Google.Shopping.Merchant.Notifications.V1Beta
Assembly: Google.Shopping.Merchant.Notifications.V1Beta.dll
Syntax
public sealed class DeleteNotificationSubscriptionRequest : IMessage<DeleteNotificationSubscriptionRequest>, IEquatable<DeleteNotificationSubscriptionRequest>, IDeepCloneable<DeleteNotificationSubscriptionRequest>, IBufferMessage, IMessage
Constructors
DeleteNotificationSubscriptionRequest()
Declaration
public DeleteNotificationSubscriptionRequest()
DeleteNotificationSubscriptionRequest(DeleteNotificationSubscriptionRequest)
Declaration
public DeleteNotificationSubscriptionRequest(DeleteNotificationSubscriptionRequest other)
Parameters
Type | Name | Description |
---|---|---|
DeleteNotificationSubscriptionRequest | other |
Properties
Name
Required. The name of the notification subscription to be deleted.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NotificationSubscriptionName
NotificationSubscriptionName-typed view over the Name resource name property.
Declaration
public NotificationSubscriptionName NotificationSubscriptionName { get; set; }
Property Value
Type | Description |
---|---|
NotificationSubscriptionName |