class Google::Apis::CloudassetV1::AnalyzeIamPolicyLongrunningMetadata

Represents the metadata of the longrunning operation for the AnalyzeIamPolicyLongrunning rpc.

Attributes

create_time[RW]

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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