ApigatewayApiConfig constructor

ApigatewayApiConfig({
  1. String? createTime,
  2. String? displayName,
  3. String? gatewayServiceAccount,
  4. List<ApigatewayApiConfigGrpcServiceDefinition>? grpcServices,
  5. Map<String, String>? labels,
  6. List<ApigatewayApiConfigFile>? managedServiceConfigs,
  7. String? name,
  8. List<ApigatewayApiConfigOpenApiDocument>? openapiDocuments,
  9. String? serviceConfigId,
  10. String? state,
  11. 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,
});