Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse
- 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
-
#cloud_identity_accounts ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityCustomerAccount>
The Cloud Identity accounts associated with the domain.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse
constructor
A new instance of GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse
Returns a new instance of GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse.
484 485 486 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 484 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_identity_accounts ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityCustomerAccount>
The Cloud Identity accounts associated with the domain.
Corresponds to the JSON property cloudIdentityAccounts
482 483 484 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 482 def cloud_identity_accounts @cloud_identity_accounts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
489 490 491 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 489 def update!(**args) @cloud_identity_accounts = args[:cloud_identity_accounts] if args.key?(:cloud_identity_accounts) end |