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 is 2.14.0, and this page contains the documentation for the `CheckCloudIdentityAccountsExistRequest` across multiple versions, ranging from 1.0.0 to 2.14.0."],["`CheckCloudIdentityAccountsExistRequest` is a class that implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, as well as others, to be used in requests for the CloudChannelService."],["The `CheckCloudIdentityAccountsExistRequest` class has two constructors: a default constructor and another that takes an instance of itself as a parameter for copying."],["This class contains two key properties: `Domain`, which is a required string for the domain of the Cloud Identity account customer, and `Parent`, also a required string representing the reseller account's resource name."]]],[]]