public sealed class UndeleteServiceResponse : IMessage<UndeleteServiceResponse>, IEquatable<UndeleteServiceResponse>, IDeepCloneable<UndeleteServiceResponse>, IBufferMessage, IMessageReference documentation and code samples for the Service Management v1 API class UndeleteServiceResponse.
Response message for UndeleteService method.
Implements
IMessageUndeleteServiceResponse, IEquatableUndeleteServiceResponse, IDeepCloneableUndeleteServiceResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
UndeleteServiceResponse()
public UndeleteServiceResponse()UndeleteServiceResponse(UndeleteServiceResponse)
public UndeleteServiceResponse(UndeleteServiceResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
UndeleteServiceResponse |
Properties
Service
public ManagedService Service { get; set; }Revived service resource.
| Property Value | |
|---|---|
| Type | Description |
ManagedService |
|