Cloud Channel v1 API - Class CheckCloudIdentityAccountsExistRequest (2.11.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class CheckCloudIdentityAccountsExistRequest.

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

Inheritance

object > CheckCloudIdentityAccountsExistRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CheckCloudIdentityAccountsExistRequest()

public CheckCloudIdentityAccountsExistRequest()

CheckCloudIdentityAccountsExistRequest(CheckCloudIdentityAccountsExistRequest)

public CheckCloudIdentityAccountsExistRequest(CheckCloudIdentityAccountsExistRequest other)
Parameter
NameDescription
otherCheckCloudIdentityAccountsExistRequest

Properties

Domain

public string Domain { get; set; }

Required. Domain to fetch for Cloud Identity account customer.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

Property Value
TypeDescription
string