Operation constructor
Operation({
- String? clientOperationId,
- String? creationTimestamp,
- String? description,
- String? endTime,
- Error? error,
- GetHealthOperationMetadata? getHealthOperationMetadata,
- GetVersionOperationMetadata? getVersionOperationMetadata,
- String? httpErrorMessage,
- int? httpErrorStatusCode,
- BigInt? id,
- String? insertTime,
- InstancesBulkInsertOperationMetadata? instancesBulkInsertOperationMetadata,
- String? kind,
- String? name,
- String? operationGroupId,
- String? operationType,
- int? progress,
- String? region,
- String? selfLink,
- SetCommonInstanceMetadataOperationMetadata? setCommonInstanceMetadataOperationMetadata,
- String? startTime,
- Operation_Status? status,
- String? statusMessage,
- BigInt? targetId,
- String? targetLink,
- String? user,
- List<
Warnings> warnings = const [], - String? zone,
Implementation
Operation({
this.clientOperationId,
this.creationTimestamp,
this.description,
this.endTime,
this.error,
this.getHealthOperationMetadata,
this.getVersionOperationMetadata,
this.httpErrorMessage,
this.httpErrorStatusCode,
this.id,
this.insertTime,
this.instancesBulkInsertOperationMetadata,
this.kind,
this.name,
this.operationGroupId,
this.operationType,
this.progress,
this.region,
this.selfLink,
this.setCommonInstanceMetadataOperationMetadata,
this.startTime,
this.status,
this.statusMessage,
this.targetId,
this.targetLink,
this.user,
this.warnings = const [],
this.zone,
}) : super(fullyQualifiedName);