Workload Manager v1 API - Class ListRulesResponse (1.0.0-beta01)

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

Reference documentation and code samples for the Workload Manager v1 API class ListRulesResponse.

Response message for the ListRules RPC.

Inheritance

object > ListRulesResponse

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

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