You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
end_date: Annotated[Optional[date], Field(description="Interval end date")] =None,
1043
+
for_update: Annotated[Optional[StrictBool], Field(description="If false (default) this will show the effective availability on each date. If true, will read raw availability from the allotment intervals.")] =None,
:param for_update: If false (default) this will show the effective availability on each date. If true, will read raw availability from the allotment intervals.
1084
+
:type for_update: bool
1082
1085
:param _request_timeout: timeout setting for this request. If one
end_date: Annotated[Optional[date], Field(description="Interval end date")] =None,
1154
+
for_update: Annotated[Optional[StrictBool], Field(description="If false (default) this will show the effective availability on each date. If true, will read raw availability from the allotment intervals.")] =None,
:param for_update: If false (default) this will show the effective availability on each date. If true, will read raw availability from the allotment intervals.
1195
+
:type for_update: bool
1189
1196
:param _request_timeout: timeout setting for this request. If one
end_date: Annotated[Optional[date], Field(description="Interval end date")] =None,
1265
+
for_update: Annotated[Optional[StrictBool], Field(description="If false (default) this will show the effective availability on each date. If true, will read raw availability from the allotment intervals.")] =None,
:param for_update: If false (default) this will show the effective availability on each date. If true, will read raw availability from the allotment intervals.
1306
+
:type for_update: bool
1296
1307
:param _request_timeout: timeout setting for this request. If one
0 commit comments