PatchServiceAttachmentRequest constructor

PatchServiceAttachmentRequest({
  1. required String project,
  2. required String region,
  3. String? requestId,
  4. required String serviceAttachment,
  5. required ServiceAttachment? serviceAttachmentResource,
})

Implementation

PatchServiceAttachmentRequest({
  required this.project,
  required this.region,
  this.requestId,
  required this.serviceAttachment,
  required this.serviceAttachmentResource,
}) : super(fullyQualifiedName);