Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1SetFailureRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_messageString

Required. A message describing the failure details. It is displayed on the ChromeOS client device. Corresponds to the JSON property errorMessage

Returns:

  • (String)


5412
5413
5414
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5412

def error_message
  @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