Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1SignDataMetadata

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

Metadata for the long-running operation returned by signData.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1alpha1SignDataMetadata

Returns a new instance of GoogleChromeManagementVersionsV1alpha1SignDataMetadata.



5001
5002
5003
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5001

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#start_timeString

Output only. Start time of the SignData operation. Corresponds to the JSON property startTime

Returns:

  • (String)


4999
5000
5001
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4999

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5006
5007
5008
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5006

def update!(**args)
  @start_time = args[:start_time] if args.key?(:start_time)
end