public sealed class BatchCreateResourceValueConfigsResponse : IMessage<BatchCreateResourceValueConfigsResponse>, IEquatable<BatchCreateResourceValueConfigsResponse>, IDeepCloneable<BatchCreateResourceValueConfigsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class BatchCreateResourceValueConfigsResponse.
Response message for BatchCreateResourceValueConfigs
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `BatchCreateResourceValueConfigsResponse` class within the Security Command Center v2 API, specifically version 1.0.0-beta05."],["The `BatchCreateResourceValueConfigsResponse` class is a response message for the `BatchCreateResourceValueConfigs` operation, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains a constructor, `BatchCreateResourceValueConfigsResponse()`, that can be called without parameters, or by providing another `BatchCreateResourceValueConfigsResponse` object."],["It includes a `ResourceValueConfigs` property of type `RepeatedField\u003cResourceValueConfig\u003e`, representing the created resource value configurations."],["The relevant documentation for the class can be found in the `Google.Cloud.SecurityCenter.V2` namespace and `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]