Class BatchGetServicesResponse (1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class BatchGetServicesResponse : IMessage<BatchGetServicesResponse>, IEquatable<BatchGetServicesResponse>, IDeepCloneable<BatchGetServicesResponse>, IBufferMessage, IMessageResponse message for the BatchGetServices method.
Implements
IMessage<BatchGetServicesResponse>, IEquatable<BatchGetServicesResponse>, IDeepCloneable<BatchGetServicesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceUsage.V1Assembly
Google.Cloud.ServiceUsage.V1.dll
Constructors
BatchGetServicesResponse()
public BatchGetServicesResponse()BatchGetServicesResponse(BatchGetServicesResponse)
public BatchGetServicesResponse(BatchGetServicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchGetServicesResponse |
Properties
Services
public RepeatedField<Service> Services { get; }The requested Service states.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Service> |
|