Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest

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

Overview

Request message for claiming a certificate provisioning process.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest

Returns a new instance of GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest.



4887
4888
4889
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4887

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

Instance Attribute Details

#caller_instance_idString

Required. The instance id of the caller. Corresponds to the JSON property callerInstanceId

Returns:

  • (String)


4885
4886
4887
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4885

def caller_instance_id
  @caller_instance_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4892
4893
4894
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4892

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