Extension constructor
Extension({
- String name = '',
- required String displayName,
- String description = '',
- Timestamp? createTime,
- Timestamp? updateTime,
- String etag = '',
- required ExtensionManifest? manifest,
- List<
ExtensionOperation> extensionOperations = const [], - RuntimeConfig? runtimeConfig,
- List<
ToolUseExample> toolUseExamples = const [], - ExtensionPrivateServiceConnectConfig? privateServiceConnectConfig,
Implementation
Extension({
this.name = '',
required this.displayName,
this.description = '',
this.createTime,
this.updateTime,
this.etag = '',
required this.manifest,
this.extensionOperations = const [],
this.runtimeConfig,
this.toolUseExamples = const [],
this.privateServiceConnectConfig,
}) : super(fullyQualifiedName);