Class: Google::Apis::CloudresourcemanagerV1::GetAncestryResponse

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

Overview

Response from the GetAncestry method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GetAncestryResponse

Returns a new instance of GetAncestryResponse



1415
1416
1417
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1415

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

Instance Attribute Details

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



1413
1414
1415
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1413

def ancestor
  @ancestor
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1420
1421
1422
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1420

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