Class BatchGetSettingsResponse (1.0.0-beta04)

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

Response message for BatchGetSettings.

Inheritance

Object > BatchGetSettingsResponse

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

BatchGetSettingsResponse()

public BatchGetSettingsResponse()

BatchGetSettingsResponse(BatchGetSettingsResponse)

public BatchGetSettingsResponse(BatchGetSettingsResponse other)
Parameter
NameDescription
otherBatchGetSettingsResponse

Properties

Settings

public RepeatedField<Settings> Settings { get; }

Settings requested.

Property Value
TypeDescription
RepeatedField<Settings>