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.
6076 6077 6078 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6076 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
6074 6075 6076 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6074 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6081 6082 6083 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6081 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) end |