Class: Google::Apis::CloudresourcemanagerV1beta1::GetAncestryResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudresourcemanager_v1beta1/classes.rb,
lib/google/apis/cloudresourcemanager_v1beta1/representations.rb,
lib/google/apis/cloudresourcemanager_v1beta1/representations.rb

Overview

Response from the projects.getAncestry method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetAncestryResponse

Returns a new instance of GetAncestryResponse.



604
605
606
# File 'lib/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 604

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ancestorArray<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



602
603
604
# File 'lib/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 602

def ancestor
  @ancestor
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



609
610
611
# File 'lib/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 609

def update!(**args)
  @ancestor = args[:ancestor] if args.key?(:ancestor)
end