Class: Google::Apis::CloudassetV1p4beta1::AnalyzeIamPolicyLongrunningMetadata

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



64
65
66
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 64

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)


62
63
64
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 62

def create_time
  @create_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



69
70
71
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 69

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