GetServiceAttachmentRequest constructor

GetServiceAttachmentRequest({
  1. required String project,
  2. required String region,
  3. required String serviceAttachment,
  4. bool? showNatIps,
})

Implementation

GetServiceAttachmentRequest({
  required this.project,
  required this.region,
  required this.serviceAttachment,
  this.showNatIps,
}) : super(fullyQualifiedName);