Class CheckCloudIdentityAccountsExistResponse (1.3.0)

public sealed class CheckCloudIdentityAccountsExistResponse : IMessage<CheckCloudIdentityAccountsExistResponse>, IEquatable<CheckCloudIdentityAccountsExistResponse>, IDeepCloneable<CheckCloudIdentityAccountsExistResponse>, IBufferMessage, IMessage

Response message for [CloudChannelService.CheckCloudIdentityAccountsExist][google.cloud.channel.v1.CloudChannelService.CheckCloudIdentityAccountsExist].

Inheritance

Object > CheckCloudIdentityAccountsExistResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CheckCloudIdentityAccountsExistResponse()

public CheckCloudIdentityAccountsExistResponse()

CheckCloudIdentityAccountsExistResponse(CheckCloudIdentityAccountsExistResponse)

public CheckCloudIdentityAccountsExistResponse(CheckCloudIdentityAccountsExistResponse other)
Parameter
NameDescription
otherCheckCloudIdentityAccountsExistResponse

Properties

CloudIdentityAccounts

public RepeatedField<CloudIdentityCustomerAccount> CloudIdentityAccounts { get; }

The Cloud Identity accounts associated with the domain.

Property Value
TypeDescription
RepeatedField<CloudIdentityCustomerAccount>