Class: Google::Apis::IamV2beta::GoogleIamV2betaPolicyOperationMetadata
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::IamV2beta::GoogleIamV2betaPolicyOperationMetadata
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/iam_v2beta/classes.rb,
 lib/google/apis/iam_v2beta/representations.rb,
 lib/google/apis/iam_v2beta/representations.rb
Overview
Metadata for long-running Policy operations.
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Timestamp when the google.longrunning.Operationwas created.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleIamV2betaPolicyOperationMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleIamV2betaPolicyOperationMetadata. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ GoogleIamV2betaPolicyOperationMetadata
Returns a new instance of GoogleIamV2betaPolicyOperationMetadata.
| 397 398 399 | # File 'lib/google/apis/iam_v2beta/classes.rb', line 397 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
| 395 396 397 | # File 'lib/google/apis/iam_v2beta/classes.rb', line 395 def create_time @create_time end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 402 403 404 | # File 'lib/google/apis/iam_v2beta/classes.rb', line 402 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) end |