Class: Google::Cloud::Support::V2beta::UndeleteSupportEventSubscriptionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::UndeleteSupportEventSubscriptionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/support_event_subscription_service.rb
Overview
Request message for UndeleteSupportEventSubscription.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the support event subscription to undelete. Format: organizations/{organization_id}/supportEventSubscriptions/{subscription_id}.
129 130 131 132 |
# File 'proto_docs/google/cloud/support/v2beta/support_event_subscription_service.rb', line 129 class UndeleteSupportEventSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |