Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest

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

Request message for CloudChannelService.CheckCloudIdentityAccountsExist.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest

Returns a new instance of GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.



353
354
355
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 353

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

Instance Attribute Details

#domainString

Required. Domain to fetch for Cloud Identity account customer. Corresponds to the JSON property domain

Returns:

  • (String)


351
352
353
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 351

def domain
  @domain
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



358
359
360
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 358

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