GoogleCloudMlV1GetConfigResponse constructor

GoogleCloudMlV1GetConfigResponse({
  1. GoogleCloudMlV1Config? config,
  2. String? serviceAccount,
  3. String? serviceAccountProject,
})

Implementation

GoogleCloudMlV1GetConfigResponse({
  this.config,
  this.serviceAccount,
  this.serviceAccountProject,
});