GetInfrastructureConfigurationResponse constructor

GetInfrastructureConfigurationResponse({
  1. InfrastructureConfiguration? infrastructureConfiguration,
  2. String? requestId,
})

Implementation

GetInfrastructureConfigurationResponse({
  this.infrastructureConfiguration,
  this.requestId,
});