DeleteServiceAttachmentRequest constructor
DeleteServiceAttachmentRequest({})
Implementation
DeleteServiceAttachmentRequest({
required this.project,
required this.region,
this.requestId,
required this.serviceAttachment,
}) : super(fullyQualifiedName);