Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest
- 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
-
#caller_instance_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest
constructor
A new instance of GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest
Returns a new instance of GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest.
4880 4881 4882 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4880 def initialize(**args) update!(**args) end |
Instance Attribute Details
#caller_instance_id ⇒ String
Required. The instance id of the caller.
Corresponds to the JSON property callerInstanceId
4878 4879 4880 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4878 def caller_instance_id @caller_instance_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4885 4886 4887 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4885 def update!(**args) @caller_instance_id = args[:caller_instance_id] if args.key?(:caller_instance_id) end |