Skip to content

Commit bb35735

Browse files
authored
docs(test): add description to update human request's height
(#342)
1 parent ba9d91d commit bb35735

File tree

1 file changed

+4
-4
lines changed
  • scaleway-async/scaleway_async/function/v1beta1

1 file changed

+4
-4
lines changed

scaleway-async/scaleway_async/function/v1beta1/types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -926,14 +926,14 @@ class TriggerMnqSqsClientConfig:
926926
Trigger. mnq sqs client config.
927927
"""
928928

929-
mnq_namespace_id: Optional[str]
929+
queue: str
930930
"""
931-
:deprecated
931+
Name of the SQS queue the trigger listens to.
932932
"""
933933

934-
queue: str
934+
mnq_namespace_id: Optional[str]
935935
"""
936-
Name of the SQS queue the trigger listens to.
936+
:deprecated
937937
"""
938938

939939
mnq_project_id: str

0 commit comments

Comments
 (0)