|
19 | 19 |
|
20 | 20 |
|
21 | 21 | class DifferentSpreadFloatRecord(_model_base.Model): |
22 | | - """The model spread Record:code:`<float32>` with the different known property type. |
| 22 | + """The model spread Record\\ :code:`<float32>` with the different known property type. |
23 | 23 |
|
24 | 24 |
|
25 | 25 | :ivar name: The id property. Required. |
@@ -48,7 +48,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
48 | 48 |
|
49 | 49 |
|
50 | 50 | class DifferentSpreadFloatDerived(DifferentSpreadFloatRecord): |
51 | | - """The model extends from a model that spread Record:code:`<float32>` with the different known |
| 51 | + """The model extends from a model that spread Record\\ :code:`<float32>` with the different known |
52 | 52 | property type. |
53 | 53 |
|
54 | 54 |
|
@@ -143,7 +143,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
143 | 143 |
|
144 | 144 |
|
145 | 145 | class DifferentSpreadModelRecord(_model_base.Model): |
146 | | - """The model spread Record:code:`<ModelForRecord>` with the different known property type. |
| 146 | + """The model spread Record\\ :code:`<ModelForRecord>` with the different known property type. |
147 | 147 |
|
148 | 148 |
|
149 | 149 | :ivar known_prop: Required. |
@@ -172,7 +172,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
172 | 172 |
|
173 | 173 |
|
174 | 174 | class DifferentSpreadModelDerived(DifferentSpreadModelRecord): |
175 | | - """The model extends from a model that spread Record:code:`<ModelForRecord>` with the different |
| 175 | + """The model extends from a model that spread Record\\ :code:`<ModelForRecord>` with the different |
176 | 176 | known property type. |
177 | 177 |
|
178 | 178 |
|
@@ -205,7 +205,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
205 | 205 |
|
206 | 206 |
|
207 | 207 | class DifferentSpreadStringRecord(_model_base.Model): |
208 | | - """The model spread Record:code:`<string>` with the different known property type. |
| 208 | + """The model spread Record\\ :code:`<string>` with the different known property type. |
209 | 209 |
|
210 | 210 |
|
211 | 211 | :ivar id: The name property. Required. |
@@ -234,7 +234,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
234 | 234 |
|
235 | 235 |
|
236 | 236 | class DifferentSpreadStringDerived(DifferentSpreadStringRecord): |
237 | | - """The model extends from a model that spread Record:code:`<string>` with the different known |
| 237 | + """The model extends from a model that spread Record\\ :code:`<string>` with the different known |
238 | 238 | property type. |
239 | 239 |
|
240 | 240 |
|
@@ -267,7 +267,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
267 | 267 |
|
268 | 268 |
|
269 | 269 | class ExtendsFloatAdditionalProperties(_model_base.Model): |
270 | | - """The model extends from Record:code:`<float32>` type. |
| 270 | + """The model extends from Record\\ :code:`<float32>` type. |
271 | 271 |
|
272 | 272 |
|
273 | 273 | :ivar id: The id property. Required. |
@@ -296,7 +296,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
296 | 296 |
|
297 | 297 |
|
298 | 298 | class ExtendsModelAdditionalProperties(_model_base.Model): |
299 | | - """The model extends from Record:code:`<ModelForRecord>` type. |
| 299 | + """The model extends from Record\\ :code:`<ModelForRecord>` type. |
300 | 300 |
|
301 | 301 |
|
302 | 302 | :ivar known_prop: Required. |
@@ -354,7 +354,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
354 | 354 |
|
355 | 355 |
|
356 | 356 | class ExtendsStringAdditionalProperties(_model_base.Model): |
357 | | - """The model extends from Record:code:`<string>` type. |
| 357 | + """The model extends from Record\\ :code:`<string>` type. |
358 | 358 |
|
359 | 359 |
|
360 | 360 | :ivar name: The name property. Required. |
@@ -383,7 +383,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
383 | 383 |
|
384 | 384 |
|
385 | 385 | class ExtendsUnknownAdditionalProperties(_model_base.Model): |
386 | | - """The model extends from Record:code:`<unknown>` type. |
| 386 | + """The model extends from Record\\ :code:`<unknown>` type. |
387 | 387 |
|
388 | 388 |
|
389 | 389 | :ivar name: The name property. Required. |
@@ -412,7 +412,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
412 | 412 |
|
413 | 413 |
|
414 | 414 | class ExtendsUnknownAdditionalPropertiesDerived(ExtendsUnknownAdditionalProperties): # pylint: disable=name-too-long |
415 | | - """The model extends from a type that extends from Record:code:`<unknown>`. |
| 415 | + """The model extends from a type that extends from Record\\ :code:`<unknown>`. |
416 | 416 |
|
417 | 417 |
|
418 | 418 | :ivar name: The name property. Required. |
@@ -449,7 +449,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
449 | 449 |
|
450 | 450 |
|
451 | 451 | class ExtendsUnknownAdditionalPropertiesDiscriminated(_model_base.Model): # pylint: disable=name-too-long |
452 | | - """The model extends from Record:code:`<unknown>` with a discriminator. |
| 452 | + """The model extends from Record\\ :code:`<unknown>` with a discriminator. |
453 | 453 |
|
454 | 454 | You probably want to use the sub-classes and not this class directly. Known sub-classes are: |
455 | 455 | ExtendsUnknownAdditionalPropertiesDiscriminatedDerived |
@@ -530,7 +530,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
530 | 530 |
|
531 | 531 |
|
532 | 532 | class IsFloatAdditionalProperties(_model_base.Model): |
533 | | - """The model is from Record:code:`<float32>` type. |
| 533 | + """The model is from Record\\ :code:`<float32>` type. |
534 | 534 |
|
535 | 535 |
|
536 | 536 | :ivar id: The id property. Required. |
@@ -559,7 +559,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
559 | 559 |
|
560 | 560 |
|
561 | 561 | class IsModelAdditionalProperties(_model_base.Model): |
562 | | - """The model is from Record:code:`<ModelForRecord>` type. |
| 562 | + """The model is from Record\\ :code:`<ModelForRecord>` type. |
563 | 563 |
|
564 | 564 |
|
565 | 565 | :ivar known_prop: Required. |
@@ -617,7 +617,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
617 | 617 |
|
618 | 618 |
|
619 | 619 | class IsStringAdditionalProperties(_model_base.Model): |
620 | | - """The model is from Record:code:`<string>` type. |
| 620 | + """The model is from Record\\ :code:`<string>` type. |
621 | 621 |
|
622 | 622 |
|
623 | 623 | :ivar name: The name property. Required. |
@@ -646,7 +646,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
646 | 646 |
|
647 | 647 |
|
648 | 648 | class IsUnknownAdditionalProperties(_model_base.Model): |
649 | | - """The model is from Record:code:`<unknown>` type. |
| 649 | + """The model is from Record\\ :code:`<unknown>` type. |
650 | 650 |
|
651 | 651 |
|
652 | 652 | :ivar name: The name property. Required. |
@@ -675,7 +675,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
675 | 675 |
|
676 | 676 |
|
677 | 677 | class IsUnknownAdditionalPropertiesDerived(IsUnknownAdditionalProperties): |
678 | | - """The model extends from a type that is Record:code:`<unknown>` type. |
| 678 | + """The model extends from a type that is Record\\ :code:`<unknown>` type. |
679 | 679 |
|
680 | 680 |
|
681 | 681 | :ivar name: The name property. Required. |
@@ -712,7 +712,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
712 | 712 |
|
713 | 713 |
|
714 | 714 | class IsUnknownAdditionalPropertiesDiscriminated(_model_base.Model): # pylint: disable=name-too-long |
715 | | - """The model is Record:code:`<unknown>` with a discriminator. |
| 715 | + """The model is Record\\ :code:`<unknown>` with a discriminator. |
716 | 716 |
|
717 | 717 | You probably want to use the sub-classes and not this class directly. Known sub-classes are: |
718 | 718 | IsUnknownAdditionalPropertiesDiscriminatedDerived |
@@ -822,7 +822,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
822 | 822 |
|
823 | 823 |
|
824 | 824 | class MultipleSpreadRecord(_model_base.Model): |
825 | | - """The model spread Record:code:`<string>` and Record:code:`<float32>`. |
| 825 | + """The model spread Record\\ :code:`<string>` and Record\\ :code:`<float32>`. |
826 | 826 |
|
827 | 827 |
|
828 | 828 | :ivar flag: The name property. Required. |
@@ -851,7 +851,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
851 | 851 |
|
852 | 852 |
|
853 | 853 | class SpreadFloatRecord(_model_base.Model): |
854 | | - """The model spread Record:code:`<float32>` with the same known property type. |
| 854 | + """The model spread Record\\ :code:`<float32>` with the same known property type. |
855 | 855 |
|
856 | 856 |
|
857 | 857 | :ivar id: The id property. Required. |
@@ -909,7 +909,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
909 | 909 |
|
910 | 910 |
|
911 | 911 | class SpreadModelRecord(_model_base.Model): |
912 | | - """The model spread Record:code:`<ModelForRecord>` with the same known property type. |
| 912 | + """The model spread Record\\ :code:`<ModelForRecord>` with the same known property type. |
913 | 913 |
|
914 | 914 |
|
915 | 915 | :ivar known_prop: Required. |
@@ -938,7 +938,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
938 | 938 |
|
939 | 939 |
|
940 | 940 | class SpreadRecordForDiscriminatedUnion(_model_base.Model): |
941 | | - """The model spread Record:code:`<WidgetData>`. |
| 941 | + """The model spread Record\\ :code:`<WidgetData>`. |
942 | 942 |
|
943 | 943 |
|
944 | 944 | :ivar name: The name property. Required. |
@@ -1083,7 +1083,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: |
1083 | 1083 |
|
1084 | 1084 |
|
1085 | 1085 | class SpreadStringRecord(_model_base.Model): |
1086 | | - """The model spread Record:code:`<string>` with the same known property type. |
| 1086 | + """The model spread Record\\ :code:`<string>` with the same known property type. |
1087 | 1087 |
|
1088 | 1088 |
|
1089 | 1089 | :ivar name: The name property. Required. |
|
0 commit comments