Class: Google::Apis::CloudresourcemanagerV1beta1::GetAncestryResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CloudresourcemanagerV1beta1::GetAncestryResponse
 
- Defined in:
- generated/google/apis/cloudresourcemanager_v1beta1/classes.rb,
 generated/google/apis/cloudresourcemanager_v1beta1/representations.rb,
 generated/google/apis/cloudresourcemanager_v1beta1/representations.rb
Overview
Response from the GetAncestry method.
Instance Attribute Summary collapse
- 
  
    
      #ancestor  ⇒ Array<Google::Apis::CloudresourcemanagerV1beta1::Ancestor> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Ancestors are ordered from bottom to top of the resource hierarchy. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GetAncestryResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GetAncestryResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetAncestryResponse
Returns a new instance of GetAncestryResponse
| 306 307 308 | # File 'generated/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 306 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#ancestor ⇒ Array<Google::Apis::CloudresourcemanagerV1beta1::Ancestor>
Ancestors are ordered from bottom to top of the resource hierarchy. The
first ancestor is the project itself, followed by the project's parent,
etc.
Corresponds to the JSON property ancestor
| 304 305 306 | # File 'generated/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 304 def ancestor @ancestor end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 311 312 313 | # File 'generated/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 311 def update!(**args) @ancestor = args[:ancestor] if args.key?(:ancestor) end |