Class: Google::Shopping::Merchant::Notifications::V1beta::CreateNotificationSubscriptionRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Notifications::V1beta::CreateNotificationSubscriptionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb
Overview
Request message for the CreateNotificationSubscription method.
Instance Attribute Summary collapse
-
#notification_subscription ⇒ ::Google::Shopping::Merchant::Notifications::V1beta::NotificationSubscription
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#notification_subscription ⇒ ::Google::Shopping::Merchant::Notifications::V1beta::NotificationSubscription
Returns Required. The notification subscription to create.
42 43 44 45 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 42 class CreateNotificationSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The merchant account that owns the new notification subscription.
Format: accounts/{account}
.
42 43 44 45 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 42 class CreateNotificationSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |