Class: Google::Apis::CloudassetV1::AnalyzeIamPolicyLongrunningMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudasset_v1/classes.rb,
lib/google/apis/cloudasset_v1/representations.rb,
lib/google/apis/cloudasset_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AnalyzeIamPolicyLongrunningMetadata

Returns a new instance of AnalyzeIamPolicyLongrunningMetadata.



63
64
65
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 63

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

Instance Attribute Details

#create_timeString

Output only. The time the operation was created. Corresponds to the JSON property createTime

Returns:

  • (String)


61
62
63
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 61

def create_time
  @create_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



68
69
70
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 68

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