ApigatewayApiConfig constructor
ApigatewayApiConfig({
- String? createTime,
- String? displayName,
- String? gatewayServiceAccount,
- List<
ApigatewayApiConfigGrpcServiceDefinition> ? grpcServices, - Map<
String, String> ? labels, - List<
ApigatewayApiConfigFile> ? managedServiceConfigs, - String? name,
- List<
ApigatewayApiConfigOpenApiDocument> ? openapiDocuments, - String? serviceConfigId,
- String? state,
- String? updateTime,
Implementation
ApigatewayApiConfig({
this.createTime,
this.displayName,
this.gatewayServiceAccount,
this.grpcServices,
this.labels,
this.managedServiceConfigs,
this.name,
this.openapiDocuments,
this.serviceConfigId,
this.state,
this.updateTime,
});