Class: Google::Apis::IamV1::PolicyOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::PolicyOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/iam_v1/classes.rb,
lib/google/apis/iam_v1/representations.rb,
lib/google/apis/iam_v1/representations.rb
Overview
Metadata for long-running Policy operations.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Timestamp when the google.longrunning.Operation was created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicyOperationMetadata
constructor
A new instance of PolicyOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PolicyOperationMetadata
Returns a new instance of PolicyOperationMetadata.
1069 1070 1071 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1069 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Timestamp when the google.longrunning.Operation was created.
Corresponds to the JSON property createTime
1067 1068 1069 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1067 def create_time @create_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1074 1075 1076 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1074 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) end |