RemoteAccessSession constructor
RemoteAccessSession({
- String? arn,
- BillingMethod? billingMethod,
- String? clientId,
- DateTime? created,
- Device? device,
- DeviceMinutes? deviceMinutes,
- String? deviceUdid,
- String? endpoint,
- String? hostAddress,
- String? instanceArn,
- InteractionMode? interactionMode,
- String? message,
- String? name,
- bool? remoteDebugEnabled,
- String? remoteRecordAppArn,
- bool? remoteRecordEnabled,
- ExecutionResult? result,
- bool? skipAppResign,
- DateTime? started,
- ExecutionStatus? status,
- 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,
});