public sealed class CheckCloudIdentityAccountsExistResponse : IMessage<CheckCloudIdentityAccountsExistResponse>, IEquatable<CheckCloudIdentityAccountsExistResponse>, IDeepCloneable<CheckCloudIdentityAccountsExistResponse>, IBufferMessage, IMessage
Response 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 `CheckCloudIdentityAccountsExistResponse` class within the `Google.Cloud.Channel.V1` namespace, specifically within the context of the .NET library."],["The `CheckCloudIdentityAccountsExistResponse` class is a response message for the `CloudChannelService.CheckCloudIdentityAccountsExist` function."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The primary property of the `CheckCloudIdentityAccountsExistResponse` class is `CloudIdentityAccounts`, which is a `RepeatedField` of `CloudIdentityCustomerAccount` objects."],["The page shows the different versions of the class, ranging from version `1.0.0` to the latest version `2.14.0`, and `2.0.0` is noted as the version where the current class definition is based on."]]],[]]