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.
5984 5985 5986 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5984 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
5982 5983 5984 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5982 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5989 5990 5991 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5989 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) end |