public sealed class BatchGetSettingsResponse : IMessage<BatchGetSettingsResponse>, IEquatable<BatchGetSettingsResponse>, IDeepCloneable<BatchGetSettingsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class BatchGetSettingsResponse.
Response message for BatchGetSettings.
Implements
IMessageBatchGetSettingsResponse, IEquatableBatchGetSettingsResponse, IDeepCloneableBatchGetSettingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
BatchGetSettingsResponse()
public BatchGetSettingsResponse()BatchGetSettingsResponse(BatchGetSettingsResponse)
public BatchGetSettingsResponse(BatchGetSettingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchGetSettingsResponse |
Properties
Settings
public RepeatedField<Settings> Settings { get; }Settings requested.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSettings |
|