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.
5881 5882 5883 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5881 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
5879 5880 5881 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5879 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5886 5887 5888 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5886 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) end |