RemoteAccessSession constructor

RemoteAccessSession({
  1. String? arn,
  2. BillingMethod? billingMethod,
  3. String? clientId,
  4. DateTime? created,
  5. Device? device,
  6. DeviceMinutes? deviceMinutes,
  7. String? deviceUdid,
  8. String? endpoint,
  9. String? hostAddress,
  10. String? instanceArn,
  11. InteractionMode? interactionMode,
  12. String? message,
  13. String? name,
  14. bool? remoteDebugEnabled,
  15. String? remoteRecordAppArn,
  16. bool? remoteRecordEnabled,
  17. ExecutionResult? result,
  18. bool? skipAppResign,
  19. DateTime? started,
  20. ExecutionStatus? status,
  21. DateTime? stopped,
})

Implementation

RemoteAccessSession({
  this.arn,
  this.billingMethod,
  this.clientId,
  this.created,
  this.device,
  this.deviceMinutes,
  this.deviceUdid,
  this.endpoint,
  this.hostAddress,
  this.instanceArn,
  this.interactionMode,
  this.message,
  this.name,
  this.remoteDebugEnabled,
  this.remoteRecordAppArn,
  this.remoteRecordEnabled,
  this.result,
  this.skipAppResign,
  this.started,
  this.status,
  this.stopped,
});