class Google::Apis::JobsV3p1beta1::CreateJobRequest
Input only. Create job request.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 749 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 754 def update!(**args) @job = args[:job] if args.key?(:job) end