class Google::Apis::AdminDatatransferV1::ApplicationDataTransfer

Template to map fields of ApplicationDataTransfer resource.

Attributes

application_id[RW]

The application's ID. Corresponds to the JSON property `applicationId` @return [Fixnum]

application_transfer_params[RW]

The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. Corresponds to the JSON property `applicationTransferParams` @return [Array<Google::Apis::AdminDatatransferV1::ApplicationTransferParam>]

application_transfer_status[RW]

Current status of transfer for this application. (Read-only) Corresponds to the JSON property `applicationTransferStatus` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/admin_datatransfer_v1/classes.rb, line 96
def update!(**args)
  @application_id = args[:application_id] if args.key?(:application_id)
  @application_transfer_params = args[:application_transfer_params] if args.key?(:application_transfer_params)
  @application_transfer_status = args[:application_transfer_status] if args.key?(:application_transfer_status)
end