Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cake-bot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksandr Barabash
cake-bot
Commits
c1b5a5bb
Commit
c1b5a5bb
authored
Dec 10, 2022
by
Oleksandr Barabash
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pa_message added
parent
5612de6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
pa_message.py
entities/json/pa_message.py
+15
-0
No files found.
entities/json/pa_message.py
0 → 100644
View file @
c1b5a5bb
""" PA message to send to Teams """
from
typing
import
Optional
import
marshmallow_dataclass
from
entities.json.camel_case_schema
import
CamelCaseSchema
@marshmallow_dataclass.dataclass
(
base_schema
=
CamelCaseSchema
)
class
PAMessage
:
""" PA message Schema """
conversation_id
:
str
tenant_id
:
str
text
:
Optional
[
str
]
card
:
Optional
[
str
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment