Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb

Overview

Response message for CloudChannelService.CheckCloudIdentityAccountsExist.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse

Returns a new instance of GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse.



339
340
341
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 339

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cloud_identity_accountsArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityCustomerAccount>

The Cloud Identity accounts associated with the domain. Corresponds to the JSON property cloudIdentityAccounts



337
338
339
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 337

def cloud_identity_accounts
  @cloud_identity_accounts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



344
345
346
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 344

def update!(**args)
  @cloud_identity_accounts = args[:cloud_identity_accounts] if args.key?(:cloud_identity_accounts)
end