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 page details the `CheckCloudIdentityAccountsExistRequest` class, which is a request message for the CloudChannelService, specifically for checking the existence of Cloud Identity accounts."],["This class is part of the `Google.Cloud.Channel.V1` namespace within the Google.Cloud.Channel.V1.dll assembly and is available from version 1.0.0 to 2.14.0, with 2.14.0 as the latest version."],["The `CheckCloudIdentityAccountsExistRequest` class includes two key properties, `Domain` and `Parent`, which are required for specifying the domain and the reseller account's resource name, respectively."],["This request message also inherits several properties and methods from the Object class, and also implements multiple interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class provides two constructors, a default constructor, and one that accepts another `CheckCloudIdentityAccountsExistRequest` object as a parameter."]]],[]]