intial commit of tests, documentation
This commit is contained in:
15
pyteamsnap/models/availabilitysummary.py
Normal file
15
pyteamsnap/models/availabilitysummary.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from .base import BaseApiObject
|
||||
|
||||
|
||||
class AvailabilitySummary(BaseApiObject):
|
||||
rel = "availability_summaries"
|
||||
type = "availability_summary"
|
||||
version = "3.866.0"
|
||||
|
||||
@property
|
||||
def data(self):
|
||||
"""Data dictionary for object
|
||||
|
||||
:return: dict: dict with keys:
|
||||
"""
|
||||
return super().data
|
||||
Reference in New Issue
Block a user