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