class Google::Apis::StoragetransferV1::RunTransferJobRequest

Request passed to RunTransferJob.

Attributes

project_id[RW]

Required. The ID of the Google Cloud Platform Console project that owns the transfer job. Corresponds to the JSON property `projectId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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