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.



372
373
374
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 372

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



370
371
372
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 370

def cloud_identity_accounts
  @cloud_identity_accounts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



377
378
379
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 377

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