class Google::Apis::DatamigrationV1::SshScript

Response message for 'GenerateSshScript' request.

Attributes

script[RW]

The ssh configuration script. Corresponds to the JSON property `script` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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