Class GetServiceRequest (1.1.0)

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

Request message for GetService method.

Inheritance

Object > GetServiceRequest

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

GetServiceRequest()

public GetServiceRequest()

GetServiceRequest(GetServiceRequest)

public GetServiceRequest(GetServiceRequest other)
Parameter
NameDescription
otherGetServiceRequest

Properties

ServiceName

public string ServiceName { get; set; }

Required. The name of the service. See the ServiceManager overview for naming requirements. For example: example.googleapis.com.

Property Value
TypeDescription
String