class Google::Apis::CloudresourcemanagerV1::GetAncestryResponse
Response from the projects.getAncestry method.
Attributes
ancestor[RW]
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` @return [Array<Google::Apis::CloudresourcemanagerV1::Ancestor>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudresourcemanager_v1/classes.rb, line 757 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudresourcemanager_v1/classes.rb, line 762 def update!(**args) @ancestor = args[:ancestor] if args.key?(:ancestor) end