ApiOperationAnnotation Class
The Api Operation Annotation.
Constructor
ApiOperationAnnotation(*, status: str | StatusAnnotation | None = None, family: str | None = None, revision: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The status annotation. Possible values include: "NotSpecified", "Preview", "Production". Default value: None
|
family
|
The family. Default value: None
|
revision
|
The revision. Default value: None
|
Variables
Name | Description |
---|---|
status
|
The status annotation. Possible values include: "NotSpecified", "Preview", "Production". |
family
|
The family. |
revision
|
The revision. |