Class: Google::Apis::IamV2::GoogleIamV2PolicyOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::IamV2::GoogleIamV2PolicyOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/iam_v2/classes.rb,
lib/google/apis/iam_v2/representations.rb,
lib/google/apis/iam_v2/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) ⇒ GoogleIamV2PolicyOperationMetadata
constructor
A new instance of GoogleIamV2PolicyOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleIamV2PolicyOperationMetadata
Returns a new instance of GoogleIamV2PolicyOperationMetadata.
504 505 506 |
# File 'lib/google/apis/iam_v2/classes.rb', line 504 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
502 503 504 |
# File 'lib/google/apis/iam_v2/classes.rb', line 502 def create_time @create_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
509 510 511 |
# File 'lib/google/apis/iam_v2/classes.rb', line 509 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) end |