Service Management v1 API - Class UndeleteServiceResponse (2.3.0)

public sealed class UndeleteServiceResponse : IMessage<UndeleteServiceResponse>, IEquatable<UndeleteServiceResponse>, IDeepCloneable<UndeleteServiceResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Management v1 API class UndeleteServiceResponse.

Response message for UndeleteService method.

Inheritance

object > UndeleteServiceResponse

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

UndeleteServiceResponse()

public UndeleteServiceResponse()

UndeleteServiceResponse(UndeleteServiceResponse)

public UndeleteServiceResponse(UndeleteServiceResponse other)
Parameter
NameDescription
otherUndeleteServiceResponse

Properties

Service

public ManagedService Service { get; set; }

Revived service resource.

Property Value
TypeDescription
ManagedService