GoogleCloudRunV2HTTPGetAction constructor

GoogleCloudRunV2HTTPGetAction({
  1. List<GoogleCloudRunV2HTTPHeader>? httpHeaders,
  2. String? path,
  3. int? port,
})

Implementation

GoogleCloudRunV2HTTPGetAction({
  this.httpHeaders,
  this.path,
  this.port,
});