Class: Google::Shopping::Merchant::Notifications::V1beta::CreateNotificationSubscriptionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#notification_subscription::Google::Shopping::Merchant::Notifications::V1beta::NotificationSubscription

Returns Required. The notification subscription to create.

Returns:



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}.

Returns:

  • (::String)

    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