Class CreateNotificationSubscriptionRequest
Request message for the CreateNotificationSubscription method.
Implements
Namespace: Google.Shopping.Merchant.Notifications.V1Beta
Assembly: Google.Shopping.Merchant.Notifications.V1Beta.dll
Syntax
public sealed class CreateNotificationSubscriptionRequest : IMessage<CreateNotificationSubscriptionRequest>, IEquatable<CreateNotificationSubscriptionRequest>, IDeepCloneable<CreateNotificationSubscriptionRequest>, IBufferMessage, IMessage
Constructors
CreateNotificationSubscriptionRequest()
Declaration
public CreateNotificationSubscriptionRequest()
CreateNotificationSubscriptionRequest(CreateNotificationSubscriptionRequest)
Declaration
public CreateNotificationSubscriptionRequest(CreateNotificationSubscriptionRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateNotificationSubscriptionRequest | other |
Properties
NotificationSubscription
Required. The notification subscription to create.
Declaration
public NotificationSubscription NotificationSubscription { get; set; }
Property Value
Type | Description |
---|---|
NotificationSubscription |
Parent
Required. The merchant account that owns the new notification subscription.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |