PatchServiceAttachmentRequest constructor
PatchServiceAttachmentRequest({
- required String project,
- required String region,
- String? requestId,
- required String serviceAttachment,
- required ServiceAttachment? serviceAttachmentResource,
Implementation
PatchServiceAttachmentRequest({
required this.project,
required this.region,
this.requestId,
required this.serviceAttachment,
required this.serviceAttachmentResource,
}) : super(fullyQualifiedName);