public sealed class CreateControlRequest : IMessage<CreateControlRequest>, IEquatable<CreateControlRequest>, IDeepCloneable<CreateControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CreateControlRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `CreateControlRequest` class within the Google Cloud Retail v2 API, specifically for version 2.3.0 of the .NET library."],["The `CreateControlRequest` class is used to create a control within the Retail API and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Control`, `ControlId`, `Parent`, and `ParentAsCatalogName`, which are essential for configuring the request, including the required control ID and parent catalog resource name."],["This page also shows the availability of prior versions, starting from 1.0.0, all the way up to the latest version, 2.12.0, of the `CreateControlRequest` class."],["This class defines two constructors: a default constructor and a copy constructor, enabling instance creation and deep cloning, respectively."]]],[]]