Service constructor
Service({
- String name = '',
- String title = '',
- String producerProjectId = '',
- String id = '',
- List<
Api> apis = const [], - List<
Type> types = const [], - List<
Enum> enums = const [], - Documentation? documentation,
- Backend? backend,
- Http? http,
- Quota? quota,
- Authentication? authentication,
- Context? context,
- Usage? usage,
- List<
Endpoint> endpoints = const [], - Control? control,
- List<
LogDescriptor> logs = const [], - List<
MetricDescriptor> metrics = const [], - List<
MonitoredResourceDescriptor> monitoredResources = const [], - Billing? billing,
- Logging? logging,
- Monitoring? monitoring,
- SystemParameters? systemParameters,
- SourceInfo? sourceInfo,
- Publishing? publishing,
- Uint32Value? configVersion,
Implementation
Service({
this.name = '',
this.title = '',
this.producerProjectId = '',
this.id = '',
this.apis = const [],
this.types = const [],
this.enums = const [],
this.documentation,
this.backend,
this.http,
this.quota,
this.authentication,
this.context,
this.usage,
this.endpoints = const [],
this.control,
this.logs = const [],
this.metrics = const [],
this.monitoredResources = const [],
this.billing,
this.logging,
this.monitoring,
this.systemParameters,
this.sourceInfo,
this.publishing,
this.configVersion,
}) : super(fullyQualifiedName);