class Google::Apis::ContaineranalysisV1::GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata

Metadata for all operations used and required for all operations that created by Container Analysis Providers

Attributes

create_time[RW]

Output only. The time this operation was created. Corresponds to the JSON property ‘createTime` @return [String]

end_time[RW]

Output only. The time that this operation was marked completed or failed. Corresponds to the JSON property ‘endTime` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 2924
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1/classes.rb, line 2929
def update!(**args)
  @create_time = args[:create_time] if args.key?(:create_time)
  @end_time = args[:end_time] if args.key?(:end_time)
end