GoogleCloudRunV2HTTPGetAction constructor
GoogleCloudRunV2HTTPGetAction({
- List<
GoogleCloudRunV2HTTPHeader> ? httpHeaders, - String? path,
- int? port,
Implementation
GoogleCloudRunV2HTTPGetAction({this.httpHeaders, this.path, this.port});