public sealed class ListRulesResponse : IMessage<ListRulesResponse>, IEquatable<ListRulesResponse>, IDeepCloneable<ListRulesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class ListRulesResponse.
Response message for the ListRules RPC.
Implements
IMessageListRulesResponse, IEquatableListRulesResponse, IDeepCloneableListRulesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Constructors
ListRulesResponse()
public ListRulesResponse()ListRulesResponse(ListRulesResponse)
public ListRulesResponse(ListRulesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRulesResponse |
Properties
Rules
public RepeatedField<Rule> Rules { get; }All rules in response.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRule |
|