class Google::Apis::CloudresourcemanagerV1beta1::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::CloudresourcemanagerV1beta1::Ancestor>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudresourcemanager_v1beta1/classes.rb, line 602 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_v1beta1/classes.rb, line 607 def update!(**args) @ancestor = args[:ancestor] if args.key?(:ancestor) end