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 page provides reference documentation for the `BatchCreateResourceValueConfigsResponse` class, part of the Security Command Center v2 API in .NET."],["The `BatchCreateResourceValueConfigsResponse` class serves as the response message for the `BatchCreateResourceValueConfigs` method within the API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which help dictate how the class functions."],["The class includes a `ResourceValueConfigs` property, of the type `RepeatedField\u003cResourceValueConfig\u003e`, which contains a list of the resource value configurations that were created."],["The class offers two constructors, a default one and another that accepts another `BatchCreateResourceValueConfigsResponse` object as an argument for cloning."]]],[]]