WeekDetailsFragment Class
Properties of a weekly schedule.
- Inheritance
-
msrest.serialization.ModelWeekDetailsFragment
Constructor
WeekDetailsFragment(*, weekdays: List[str] | None = None, time: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
weekdays
Required
|
The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.). |
time
Required
|
The time of the day the schedule will occur. |
Keyword-Only Parameters
Name | Description |
---|---|
weekdays
Required
|
|
time
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python