We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a129c + 849afd5 commit a92c152Copy full SHA for a92c152
cloudpub/models/ms_azure.py
@@ -256,7 +256,7 @@ class DeprecationSchedule(AttrsJSONDecodeMixin):
256
"""The date for deprecation."""
257
258
date_offset: Optional[str] = field(
259
- validator=optional(instance_of(str)), metadata={"hide_unset": True}
+ validator=optional(instance_of(str)), metadata={"hide_unset": True, "alias": "dateOffset"}
260
)
261
"""The date offset for deprecation."""
262
0 commit comments