public sealed class CheckCloudIdentityAccountsExistRequest : IMessage<CheckCloudIdentityAccountsExistRequest>, IEquatable<CheckCloudIdentityAccountsExistRequest>, IDeepCloneable<CheckCloudIdentityAccountsExistRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.CheckCloudIdentityAccountsExist][google.cloud.channel.v1.CloudChannelService.CheckCloudIdentityAccountsExist].
[[["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."],[[["The latest version available for `CheckCloudIdentityAccountsExistRequest` is 2.14.0, with multiple prior versions also accessible."],["`CheckCloudIdentityAccountsExistRequest` is a request message used within the `CloudChannelService` to check for the existence of Cloud Identity accounts."],["The class `CheckCloudIdentityAccountsExistRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default constructor and a copy constructor, which takes another `CheckCloudIdentityAccountsExistRequest` as a parameter."],["It includes properties for `Domain` (the target domain for checking Cloud Identity accounts) and `Parent` (the reseller account's resource name), both of which are required."]]],[]]