Class: Google::Shopping::Merchant::Notifications::V1beta::GetNotificationSubscriptionRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Notifications::V1beta::GetNotificationSubscriptionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb
Overview
Request message for the GetNotificationSubscription method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name
of the notification subscription.
29 30 31 32 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 29 class GetNotificationSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |