TeamsBatchOperationResponse Class
Constructor
pydantic model TeamsBatchOperationResponse
Parameters
| Name | Description |
|---|---|
|
operation_id
Required
|
Unique identifier of the batch operation. |
|
body_as_text
Required
|
The body of the request as text. |
|
parsed_body
Required
|
The parsed body of the request. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
operationId
|
Default value: None
|
|
bodyAsText
|
Default value: None
|
|
parsedBody
|
Default value: None
|
Attributes
body_as_text
field body_as_text: str = None (alias 'bodyAsText')
operation_id
field operation_id: str = None (alias 'operationId')
parsed_body
field parsed_body: BatchOperationResponse = None (alias 'parsedBody')