class Google::Apis::CloudcommerceprocurementV1::Consumer

A resource using (consuming) this entitlement.

Attributes

project[RW]

A project name with format `projects/`. Corresponds to the JSON property `project` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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