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."],[[["The latest version of the `CheckCloudIdentityAccountsExistResponse` is 2.14.0, with multiple previous versions available for reference, ranging back to version 1.0.0."],["This class is a response message for the `CloudChannelService.CheckCloudIdentityAccountsExist` method within the `Google.Cloud.Channel.V1` namespace."],["`CheckCloudIdentityAccountsExistResponse` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property called `CloudIdentityAccounts`, which is a `RepeatedField` containing a list of `CloudIdentityCustomerAccount` objects that are associated with the domain."],["There are 2 constructors for `CheckCloudIdentityAccountsExistResponse`, one being public and without parameters, the other being public and requires another `CheckCloudIdentityAccountsExistResponse` object."]]],[]]