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."],[[["This webpage details the `CheckCloudIdentityAccountsExistRequest` class, which is a request message used for the `CloudChannelService.CheckCloudIdentityAccountsExist` method within the Google Cloud Channel API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors available for the `CheckCloudIdentityAccountsExistRequest` class: a default constructor and one that accepts another `CheckCloudIdentityAccountsExistRequest` object as a parameter."],["The class includes two properties, `Domain` and `Parent`, both of type string, that are required to make a valid request."],["The available versions for the library class `CheckCloudIdentityAccountsExistRequest` range from version 1.0.0 to 2.14.0, with version 2.14.0 being the latest."]]],[]]