class Google::Apis::CloudresourcemanagerV1beta1::Ancestor

Identifying information for a single ancestor of a project.

Attributes

resource_id[RW]

A container to reference an id for any resource type. A `resource` in Google Cloud Platform is a generic term for something you (a developer) may want to interact with through one of our API's. Some examples are an App Engine app, a Compute Engine instance, a Cloud SQL database, and so on. Corresponds to the JSON property `resourceId` @return [Google::Apis::CloudresourcemanagerV1beta1::ResourceId]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudresourcemanager_v1beta1/classes.rb, line 37
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 42
def update!(**args)
  @resource_id = args[:resource_id] if args.key?(:resource_id)
end