Class: Google::Apis::CloudresourcemanagerV1::GetAncestryResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV1::GetAncestryResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudresourcemanager_v1/classes.rb,
lib/google/apis/cloudresourcemanager_v1/representations.rb,
lib/google/apis/cloudresourcemanager_v1/representations.rb
Overview
Response from the projects.getAncestry method.
Instance Attribute Summary collapse
-
#ancestor ⇒ Array<Google::Apis::CloudresourcemanagerV1::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.
Constructor Details
#initialize(**args) ⇒ GetAncestryResponse
Returns a new instance of GetAncestryResponse.
786 787 788 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 786 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ancestor ⇒ Array<Google::Apis::CloudresourcemanagerV1::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
784 785 786 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 784 def ancestor @ancestor end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
791 792 793 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 791 def update!(**args) @ancestor = args[:ancestor] if args.key?(:ancestor) end |