Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
- 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
-
#domain ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
constructor
A new instance of GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
Returns a new instance of GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.
320 321 322 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 320 def initialize(**args) update!(**args) end |
Instance Attribute Details
#domain ⇒ String
Required. Domain for which the Cloud Identity account customer is fetched.
Corresponds to the JSON property domain
318 319 320 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 318 def domain @domain end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
325 326 327 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 325 def update!(**args) @domain = args[:domain] if args.key?(:domain) end |