class Google::Apis::ComputeV1::ShareSettingsProjectConfig

Config for each project in the share settings.

Attributes

project_id[RW]

The project ID, should be same as the key of this project config in the parent map. Corresponds to the JSON property `projectId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 33584
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 33589
def update!(**args)
  @project_id = args[:project_id] if args.key?(:project_id)
end