public sealed class GetServiceRolloutRequest : IMessage<GetServiceRolloutRequest>, IEquatable<GetServiceRolloutRequest>, IDeepCloneable<GetServiceRolloutRequest>, IBufferMessage, IMessageRequest message for GetServiceRollout method.
Implements
IMessage<GetServiceRolloutRequest>, IEquatable<GetServiceRolloutRequest>, IDeepCloneable<GetServiceRolloutRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
GetServiceRolloutRequest()
public GetServiceRolloutRequest()GetServiceRolloutRequest(GetServiceRolloutRequest)
public GetServiceRolloutRequest(GetServiceRolloutRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetServiceRolloutRequest |
Properties
RolloutId
public string RolloutId { get; set; }Required. The id of the rollout resource.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ServiceName
public string ServiceName { get; set; }Required. The name of the service. See the
overview for naming requirements. For
example: example.googleapis.com.
| Property Value | |
|---|---|
| Type | Description |
String |
|