class Google::Apis::WebriskV1::GoogleCloudWebriskV1SubmitUriMetadata
Metadata for the Submit URI long-running operation.
Attributes
create_time[RW]
Creation time of the operation. Corresponds to the JSON property `createTime` @return [String]
state[RW]
The state of the operation. Corresponds to the JSON property `state` @return [String]
update_time[RW]
Latest update time of the operation. Corresponds to the JSON property `updateTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/webrisk_v1/classes.rb, line 350 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/webrisk_v1/classes.rb, line 355 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @state = args[:state] if args.key?(:state) @update_time = args[:update_time] if args.key?(:update_time) end