public sealed class UndeleteSupportEventSubscriptionRequest : IMessage<UndeleteSupportEventSubscriptionRequest>, IEquatable<UndeleteSupportEventSubscriptionRequest>, IDeepCloneable<UndeleteSupportEventSubscriptionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Support v2beta API class UndeleteSupportEventSubscriptionRequest.
Request message for UndeleteSupportEventSubscription.
Implements
IMessageUndeleteSupportEventSubscriptionRequest, IEquatableUndeleteSupportEventSubscriptionRequest, IDeepCloneableUndeleteSupportEventSubscriptionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
UndeleteSupportEventSubscriptionRequest()
public UndeleteSupportEventSubscriptionRequest()UndeleteSupportEventSubscriptionRequest(UndeleteSupportEventSubscriptionRequest)
public UndeleteSupportEventSubscriptionRequest(UndeleteSupportEventSubscriptionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UndeleteSupportEventSubscriptionRequest |
Properties
Name
public string Name { get; set; }Required. The name of the support event subscription to undelete. Format: organizations/{organization_id}/supportEventSubscriptions/{subscription_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
SupportEventSubscriptionName
public SupportEventSubscriptionName SupportEventSubscriptionName { get; set; }SupportEventSubscriptionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SupportEventSubscriptionName |
|