Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1SetFailureRequest
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1SetFailureRequest
- 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 marking a certificate provisioning process as failed.
Instance Attribute Summary collapse
-
#error_message ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1SetFailureRequest
constructor
A new instance of GoogleChromeManagementVersionsV1SetFailureRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1SetFailureRequest
Returns a new instance of GoogleChromeManagementVersionsV1SetFailureRequest.
5414 5415 5416 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5414 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_message ⇒ String
Required. A message describing the failure details. It is displayed on the
ChromeOS client device.
Corresponds to the JSON property errorMessage
5412 5413 5414 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5412 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5419 5420 5421 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5419 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) end |