class Google::Apis::ServicenetworkingV1::ConsumerProject

Represents a consumer project.

Attributes

project_num[RW]

Required. Project number of the consumer that is launching the service instance. It can own the network that is peered with Google or, be a service project in an XPN where the host project has the network. Corresponds to the JSON property `projectNum` @return [Fixnum]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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