Class: Google::Apis::CloudassetV1p1beta1::AnalyzeIamPolicyLongrunningMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudasset_v1p1beta1/classes.rb,
lib/google/apis/cloudasset_v1p1beta1/representations.rb,
lib/google/apis/cloudasset_v1p1beta1/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.



35
36
37
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 35

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)


33
34
35
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 33

def create_time
  @create_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40
41
42
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 40

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