This commit is contained in:
Krista Pratico 2024-06-11 15:50:34 -07:00
Родитель 76168e492e
Коммит 6aea17e83c
49 изменённых файлов: 4594 добавлений и 4800 удалений

Просмотреть файл

@ -26,8 +26,8 @@ Example:
.. code-block:: python
{% for template_line in example_template %}
{% if template_line %}
{% set wrap_amount = (template_line | length) - (template_line.lstrip() | length) + 10 %}
{{ wrap_string(template_line, wrapstring='\n' + " " * wrap_amount, width=(95 - wrap_amount)) }}
{% set wrap_amount = (template_line | length) - (template_line.lstrip() | length) + 8 %}
{{ wrap_string(template_line, wrapstring='\n' + " " * (wrap_amount + template_line.lstrip().find("#")) + "# ", width=(95 - wrap_amount)) }}
{% else %}
{% endif %}

Просмотреть файл

@ -662,7 +662,7 @@ class RelativeModelInOperationOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "real":
abstract_model = {

Просмотреть файл

@ -832,7 +832,7 @@ class RelativeModelInOperationOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "real":
abstract_model = {

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -153,11 +153,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -168,11 +167,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -202,11 +200,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -236,11 +233,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -267,11 +263,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -282,11 +277,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -367,11 +361,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -430,11 +423,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -506,11 +498,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -569,11 +560,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -645,11 +635,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -708,11 +697,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -784,11 +772,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -847,11 +834,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -923,11 +909,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -986,11 +971,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -70,11 +70,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -85,11 +84,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -119,11 +117,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -153,11 +150,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -184,11 +180,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -199,11 +194,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -284,11 +278,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -347,11 +340,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -423,11 +415,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -486,11 +477,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -562,11 +552,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -625,11 +614,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -701,11 +689,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -764,11 +751,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -840,11 +826,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -903,11 +888,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -153,11 +153,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -168,11 +167,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -202,11 +200,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -236,11 +233,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -267,11 +263,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -282,11 +277,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -367,11 +361,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -424,11 +417,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -501,11 +493,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -564,11 +555,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -640,11 +630,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -703,11 +692,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -779,11 +767,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -842,11 +829,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -918,11 +904,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -981,11 +966,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -70,11 +70,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -85,11 +84,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -119,11 +117,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -153,11 +150,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -184,11 +180,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -199,11 +194,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -284,11 +278,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -341,11 +334,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -418,11 +410,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -481,11 +472,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -557,11 +547,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -620,11 +609,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -696,11 +684,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -759,11 +746,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -835,11 +821,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -898,11 +883,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -179,7 +179,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -251,7 +251,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -311,7 +311,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -377,7 +377,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -442,7 +442,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -507,7 +507,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -579,7 +579,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -639,7 +639,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -705,7 +705,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -770,7 +770,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {

Просмотреть файл

@ -61,7 +61,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -133,7 +133,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -193,7 +193,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -261,7 +261,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -326,7 +326,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -391,7 +391,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -463,7 +463,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -523,7 +523,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -589,7 +589,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -654,7 +654,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {

Просмотреть файл

@ -147,7 +147,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -238,7 +238,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -317,7 +317,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -402,7 +402,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -493,7 +493,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -572,7 +572,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -657,7 +657,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -741,7 +741,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {

Просмотреть файл

@ -59,7 +59,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -150,7 +150,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -229,7 +229,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -314,7 +314,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -405,7 +405,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -484,7 +484,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -569,7 +569,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -653,7 +653,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {

Просмотреть файл

@ -161,7 +161,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -258,7 +258,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -343,7 +343,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -434,7 +434,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -531,7 +531,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -616,7 +616,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -707,7 +707,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -797,7 +797,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -887,7 +887,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "t-rex":
dinosaur = {

Просмотреть файл

@ -60,7 +60,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -157,7 +157,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -242,7 +242,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -333,7 +333,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -430,7 +430,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -515,7 +515,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -606,7 +606,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -696,7 +696,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -786,7 +786,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "t-rex":
dinosaur = {

Просмотреть файл

@ -153,11 +153,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -168,11 +167,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -202,11 +200,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -236,11 +233,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -267,11 +263,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -282,11 +277,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -367,11 +361,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -424,11 +417,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -501,11 +493,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -564,11 +555,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -640,11 +630,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -703,11 +692,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -779,11 +767,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -842,11 +829,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -918,11 +904,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -981,11 +966,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -70,11 +70,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -85,11 +84,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -119,11 +117,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -153,11 +150,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -184,11 +180,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -199,11 +194,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -284,11 +278,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -341,11 +334,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -418,11 +410,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -481,11 +472,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -557,11 +547,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -620,11 +609,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -696,11 +684,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -759,11 +746,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -835,11 +821,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -898,11 +883,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -542,7 +542,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -621,7 +621,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -686,7 +686,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -1180,7 +1180,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {
@ -1259,7 +1259,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {
@ -1324,7 +1324,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {

Просмотреть файл

@ -1392,7 +1392,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -1471,7 +1471,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -1536,7 +1536,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -2030,7 +2030,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {
@ -2109,7 +2109,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {
@ -2174,7 +2174,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {

Просмотреть файл

@ -3884,8 +3884,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -3945,8 +3945,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4012,8 +4012,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -4068,8 +4068,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4136,8 +4136,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -4192,8 +4192,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4270,8 +4270,8 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4329,8 +4329,8 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4395,8 +4395,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
@ -4449,8 +4449,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4516,8 +4516,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
@ -4570,8 +4570,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4650,7 +4650,7 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4710,7 +4710,7 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4776,7 +4776,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
@ -4831,7 +4831,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4898,7 +4898,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
@ -4953,7 +4953,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {

Просмотреть файл

@ -4618,8 +4618,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4679,8 +4679,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4746,8 +4746,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -4802,8 +4802,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4870,8 +4870,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -4926,8 +4926,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5004,8 +5004,8 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5063,8 +5063,8 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5129,8 +5129,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
@ -5183,8 +5183,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5250,8 +5250,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
@ -5304,8 +5304,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5384,7 +5384,7 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5444,7 +5444,7 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5510,7 +5510,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
@ -5565,7 +5565,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5632,7 +5632,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
@ -5687,7 +5687,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {

Просмотреть файл

@ -1882,7 +1882,7 @@ class EnumOperations:
# response body for status code(s): 200
response == {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1948,7 +1948,7 @@ class EnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
@ -2002,7 +2002,7 @@ class EnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2080,7 +2080,7 @@ class ExtensibleEnumOperations:
# response body for status code(s): 200
response == {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2146,7 +2146,7 @@ class ExtensibleEnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
@ -2201,7 +2201,7 @@ class ExtensibleEnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5047,8 +5047,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5114,8 +5114,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -5171,8 +5171,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5250,7 +5250,7 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5316,7 +5316,7 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
@ -5371,7 +5371,7 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5449,8 +5449,8 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5515,8 +5515,8 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
@ -5570,8 +5570,8 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {

Просмотреть файл

@ -2638,7 +2638,7 @@ class EnumOperations:
# response body for status code(s): 200
response == {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2704,7 +2704,7 @@ class EnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
@ -2758,7 +2758,7 @@ class EnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2836,7 +2836,7 @@ class ExtensibleEnumOperations:
# response body for status code(s): 200
response == {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2902,7 +2902,7 @@ class ExtensibleEnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
@ -2957,7 +2957,7 @@ class ExtensibleEnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5803,8 +5803,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5870,8 +5870,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -5927,8 +5927,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -6006,7 +6006,7 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -6072,7 +6072,7 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
@ -6127,7 +6127,7 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -6205,8 +6205,8 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -6271,8 +6271,8 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
@ -6326,8 +6326,8 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {

Просмотреть файл

@ -91,7 +91,7 @@ class StringsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -158,7 +158,7 @@ class StringsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
@ -217,7 +217,7 @@ class StringsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -300,7 +300,7 @@ class StringExtensibleOperations:
# response body for status code(s): 200
response == {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -366,7 +366,7 @@ class StringExtensibleOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
@ -426,7 +426,7 @@ class StringExtensibleOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -719,7 +719,7 @@ class IntsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -785,7 +785,7 @@ class IntsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
@ -841,7 +841,7 @@ class IntsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -924,7 +924,7 @@ class FloatsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -990,7 +990,7 @@ class FloatsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
@ -1046,7 +1046,7 @@ class FloatsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1339,11 +1339,10 @@ class EnumsOnlyOperations:
response == {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1412,11 +1411,10 @@ class EnumsOnlyOperations:
body = {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1475,11 +1473,10 @@ class EnumsOnlyOperations:
body = {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1565,9 +1562,9 @@ class StringAndArrayOperations:
response == {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1636,9 +1633,9 @@ class StringAndArrayOperations:
body = {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1697,9 +1694,9 @@ class StringAndArrayOperations:
body = {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1785,17 +1782,17 @@ class MixedLiteralsOperations:
response == {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""
@ -1864,17 +1861,17 @@ class MixedLiteralsOperations:
body = {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""
@ -1933,17 +1930,17 @@ class MixedLiteralsOperations:
body = {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""

Просмотреть файл

@ -353,7 +353,7 @@ class StringsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -420,7 +420,7 @@ class StringsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
@ -479,7 +479,7 @@ class StringsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -562,7 +562,7 @@ class StringExtensibleOperations:
# response body for status code(s): 200
response == {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -628,7 +628,7 @@ class StringExtensibleOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
@ -688,7 +688,7 @@ class StringExtensibleOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -981,7 +981,7 @@ class IntsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1047,7 +1047,7 @@ class IntsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
@ -1103,7 +1103,7 @@ class IntsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1186,7 +1186,7 @@ class FloatsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1252,7 +1252,7 @@ class FloatsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
@ -1308,7 +1308,7 @@ class FloatsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1601,11 +1601,10 @@ class EnumsOnlyOperations:
response == {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1674,11 +1673,10 @@ class EnumsOnlyOperations:
body = {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1737,11 +1735,10 @@ class EnumsOnlyOperations:
body = {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1827,9 +1824,9 @@ class StringAndArrayOperations:
response == {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1898,9 +1895,9 @@ class StringAndArrayOperations:
body = {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1959,9 +1956,9 @@ class StringAndArrayOperations:
body = {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -2047,17 +2044,17 @@ class MixedLiteralsOperations:
response == {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""
@ -2126,17 +2123,17 @@ class MixedLiteralsOperations:
body = {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""
@ -2195,17 +2192,17 @@ class MixedLiteralsOperations:
body = {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""

Просмотреть файл

@ -273,7 +273,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# JSON input template you can fill out and use as your body input.
body = {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -281,7 +281,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -313,7 +313,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -345,7 +345,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -374,7 +374,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# JSON input template you can fill out and use as your body input.
body = {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -382,7 +382,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}

Просмотреть файл

@ -322,7 +322,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# JSON input template you can fill out and use as your body input.
body = {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -330,7 +330,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -362,7 +362,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -394,7 +394,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -421,7 +421,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# JSON input template you can fill out and use as your body input.
body = {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -429,7 +429,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}

Просмотреть файл

@ -152,11 +152,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -167,11 +166,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -201,11 +199,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -235,11 +232,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -265,11 +261,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -280,11 +275,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -365,11 +359,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -427,11 +420,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -503,11 +495,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -565,11 +556,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -641,11 +631,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -703,11 +692,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -779,11 +767,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -841,11 +828,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -917,11 +903,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -979,11 +964,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -69,11 +69,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -84,11 +83,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -118,11 +116,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -152,11 +149,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -182,11 +178,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -197,11 +192,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -282,11 +276,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -344,11 +337,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -420,11 +412,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -482,11 +473,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -558,11 +548,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -620,11 +609,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -696,11 +684,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -758,11 +745,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -834,11 +820,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -896,11 +881,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -152,11 +152,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -167,11 +166,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -201,11 +199,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -235,11 +232,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -265,11 +261,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -280,11 +275,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -365,11 +359,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -421,11 +414,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -498,11 +490,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -560,11 +551,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -636,11 +626,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -698,11 +687,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -774,11 +762,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -836,11 +823,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -912,11 +898,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -974,11 +959,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -69,11 +69,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -84,11 +83,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -118,11 +116,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -152,11 +149,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -182,11 +178,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -197,11 +192,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -282,11 +276,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -338,11 +331,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -415,11 +407,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -477,11 +468,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -553,11 +543,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -615,11 +604,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -691,11 +679,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -753,11 +740,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -829,11 +815,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -891,11 +876,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -177,7 +177,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -249,7 +249,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -308,7 +308,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -373,7 +373,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -437,7 +437,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -501,7 +501,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -573,7 +573,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -632,7 +632,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -697,7 +697,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -761,7 +761,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {

Просмотреть файл

@ -59,7 +59,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -131,7 +131,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -190,7 +190,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -257,7 +257,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -321,7 +321,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "golden":
dog = {
@ -385,7 +385,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -457,7 +457,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -516,7 +516,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -581,7 +581,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {
@ -645,7 +645,7 @@ class EnumDiscriminatorClientOperationsMixin(EnumDiscriminatorClientMixinABC):
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "cobra":
snake = {

Просмотреть файл

@ -145,7 +145,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -236,7 +236,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -314,7 +314,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -398,7 +398,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -489,7 +489,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -567,7 +567,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -651,7 +651,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -734,7 +734,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {

Просмотреть файл

@ -57,7 +57,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -148,7 +148,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -226,7 +226,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -310,7 +310,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -401,7 +401,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -479,7 +479,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -563,7 +563,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {
@ -646,7 +646,7 @@ class NestedDiscriminatorClientOperationsMixin(NestedDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "salmon":
fish = {

Просмотреть файл

@ -159,7 +159,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -256,7 +256,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -340,7 +340,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -430,7 +430,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -527,7 +527,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -611,7 +611,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -701,7 +701,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -790,7 +790,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -879,7 +879,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "t-rex":
dinosaur = {

Просмотреть файл

@ -58,7 +58,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -155,7 +155,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -239,7 +239,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -329,7 +329,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -426,7 +426,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -510,7 +510,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -600,7 +600,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -689,7 +689,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "eagle":
bird = {
@ -778,7 +778,7 @@ class SingleDiscriminatorClientOperationsMixin(SingleDiscriminatorClientMixinABC
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "t-rex":
dinosaur = {

Просмотреть файл

@ -152,11 +152,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -167,11 +166,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -201,11 +199,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -235,11 +232,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -265,11 +261,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -280,11 +275,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -365,11 +359,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -421,11 +414,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -498,11 +490,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -560,11 +551,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -636,11 +626,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -698,11 +687,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -774,11 +762,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -836,11 +823,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -912,11 +898,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -974,11 +959,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -69,11 +69,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -84,11 +83,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -118,11 +116,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -152,11 +149,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -182,11 +178,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -197,11 +192,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -282,11 +276,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -338,11 +331,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -415,11 +407,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -477,11 +468,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -553,11 +543,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -615,11 +604,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -691,11 +679,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -753,11 +740,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -829,11 +815,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]
@ -891,11 +876,10 @@ class VisibilityClientOperationsMixin(VisibilityClientMixinABC):
"createProp": [
"str" # Required string[], illustrating a create property. Required.
],
"deleteProp": bool, # Required bool, illustrating a delete property.
Required.
"deleteProp": bool, # Required bool, illustrating a delete property. Required.
"queryProp": 0, # Required int32, illustrating a query property. Required.
"readProp": "str", # Required string, illustrating a readonly property.
Required.
# Required.
"updateProp": [
0 # Required int32[], illustrating a update property. Required.
]

Просмотреть файл

@ -536,7 +536,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -615,7 +615,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -679,7 +679,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -1168,7 +1168,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {
@ -1247,7 +1247,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {
@ -1311,7 +1311,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {

Просмотреть файл

@ -1386,7 +1386,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -1465,7 +1465,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -1529,7 +1529,7 @@ class ExtendsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
extends_unknown_additional_properties_discriminated = {
@ -2018,7 +2018,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":
# off discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {
@ -2097,7 +2097,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {
@ -2161,7 +2161,7 @@ class IsUnknownDiscriminatedOperations:
.. code-block:: python
# The input is polymorphic. The following are possible polymorphic inputs based off
discriminator "kind":
# discriminator "kind":
# JSON input template for discriminator value "derived":
is_unknown_additional_properties_discriminated = {

Просмотреть файл

@ -3842,8 +3842,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -3902,8 +3902,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -3969,8 +3969,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -4024,8 +4024,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4092,8 +4092,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -4147,8 +4147,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4224,8 +4224,8 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4282,8 +4282,8 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4348,8 +4348,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
@ -4401,8 +4401,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4468,8 +4468,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
@ -4521,8 +4521,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4600,7 +4600,7 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4659,7 +4659,7 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4725,7 +4725,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
@ -4779,7 +4779,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4846,7 +4846,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
@ -4900,7 +4900,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {

Просмотреть файл

@ -4576,8 +4576,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4636,8 +4636,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4703,8 +4703,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -4758,8 +4758,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4826,8 +4826,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -4881,8 +4881,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Optional. Default value is "hello". Property. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Optional. Default value is "hello". Property. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4958,8 +4958,8 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5016,8 +5016,8 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5082,8 +5082,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
@ -5135,8 +5135,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5202,8 +5202,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
@ -5255,8 +5255,8 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1 # Optional. Default value is 1. Property. Is either a
Literal[1] type or a Literal[2] type.
"property": 1 # Optional. Default value is 1. Property. Is either a Literal[1]
# type or a Literal[2] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5334,7 +5334,7 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5393,7 +5393,7 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5459,7 +5459,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
@ -5513,7 +5513,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5580,7 +5580,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
@ -5634,7 +5634,7 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 1.25 # Optional. Default value is 1.25. Property. Is either a
float type or a float type.
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {

Просмотреть файл

@ -1862,7 +1862,7 @@ class EnumOperations:
# response body for status code(s): 200
response == {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1928,7 +1928,7 @@ class EnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
@ -1981,7 +1981,7 @@ class EnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2058,7 +2058,7 @@ class ExtensibleEnumOperations:
# response body for status code(s): 200
response == {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2124,7 +2124,7 @@ class ExtensibleEnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
@ -2178,7 +2178,7 @@ class ExtensibleEnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -4995,8 +4995,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5062,8 +5062,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -5118,8 +5118,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5196,7 +5196,7 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5262,7 +5262,7 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
@ -5316,7 +5316,7 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5393,8 +5393,8 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5459,8 +5459,8 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
@ -5513,8 +5513,8 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {

Просмотреть файл

@ -2618,7 +2618,7 @@ class EnumOperations:
# response body for status code(s): 200
response == {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2684,7 +2684,7 @@ class EnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
@ -2737,7 +2737,7 @@ class EnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2814,7 +2814,7 @@ class ExtensibleEnumOperations:
# response body for status code(s): 200
response == {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -2880,7 +2880,7 @@ class ExtensibleEnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
@ -2934,7 +2934,7 @@ class ExtensibleEnumOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "str" # Property. Required. Known values are: "ValueOne" and
"ValueTwo".
# "ValueTwo".
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5751,8 +5751,8 @@ class UnionStringLiteralOperations:
# response body for status code(s): 200
response == {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5818,8 +5818,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
@ -5874,8 +5874,8 @@ class UnionStringLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": "hello" # Default value is "hello". Property. Required. Is
either a Literal["hello"] type or a Literal["world"] type.
"property": "hello" # Default value is "hello". Property. Required. Is either
# a Literal["hello"] type or a Literal["world"] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -5952,7 +5952,7 @@ class UnionIntLiteralOperations:
# response body for status code(s): 200
response == {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -6018,7 +6018,7 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
@ -6072,7 +6072,7 @@ class UnionIntLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 42 # Default value is 42. Property. Required. Is either a
Literal[42] type or a Literal[43] type.
# Literal[42] type or a Literal[43] type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -6149,8 +6149,8 @@ class UnionFloatLiteralOperations:
# response body for status code(s): 200
response == {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -6215,8 +6215,8 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
@ -6269,8 +6269,8 @@ class UnionFloatLiteralOperations:
# JSON input template you can fill out and use as your body input.
body = {
"property": 43.125 # Default value is 43.125. Property. Required. Is either
a float type or a float type.
"property": 43.125 # Default value is 43.125. Property. Required. Is either a
# float type or a float type.
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {

Просмотреть файл

@ -89,7 +89,7 @@ class StringsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -156,7 +156,7 @@ class StringsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
@ -214,7 +214,7 @@ class StringsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -296,7 +296,7 @@ class StringExtensibleOperations:
# response body for status code(s): 200
response == {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -362,7 +362,7 @@ class StringExtensibleOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
@ -421,7 +421,7 @@ class StringExtensibleOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -711,7 +711,7 @@ class IntsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -777,7 +777,7 @@ class IntsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
@ -832,7 +832,7 @@ class IntsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -914,7 +914,7 @@ class FloatsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -980,7 +980,7 @@ class FloatsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
@ -1035,7 +1035,7 @@ class FloatsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1325,11 +1325,10 @@ class EnumsOnlyOperations:
response == {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1398,11 +1397,10 @@ class EnumsOnlyOperations:
body = {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1460,11 +1458,10 @@ class EnumsOnlyOperations:
body = {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1549,9 +1546,9 @@ class StringAndArrayOperations:
response == {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1620,9 +1617,9 @@ class StringAndArrayOperations:
body = {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1680,9 +1677,9 @@ class StringAndArrayOperations:
body = {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1767,17 +1764,17 @@ class MixedLiteralsOperations:
response == {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""
@ -1846,17 +1843,17 @@ class MixedLiteralsOperations:
body = {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""
@ -1914,17 +1911,17 @@ class MixedLiteralsOperations:
body = {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""

Просмотреть файл

@ -351,7 +351,7 @@ class StringsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -418,7 +418,7 @@ class StringsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
@ -476,7 +476,7 @@ class StringsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "a" # Default value is "a". Required. Is one of the following types:
Literal["a"], Literal["b"], Literal["c"]
# Literal["a"], Literal["b"], Literal["c"]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -558,7 +558,7 @@ class StringExtensibleOperations:
# response body for status code(s): 200
response == {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -624,7 +624,7 @@ class StringExtensibleOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
@ -683,7 +683,7 @@ class StringExtensibleOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": "b" # Default value is "b". Required. Is one of the following types:
Literal["b"], Literal["c"], str
# Literal["b"], Literal["c"], str
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -973,7 +973,7 @@ class IntsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1039,7 +1039,7 @@ class IntsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
@ -1094,7 +1094,7 @@ class IntsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1 # Default value is 1. Required. Is one of the following types:
Literal[1], Literal[2], Literal[3]
# Literal[1], Literal[2], Literal[3]
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1176,7 +1176,7 @@ class FloatsOnlyOperations:
# response body for status code(s): 200
response == {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1242,7 +1242,7 @@ class FloatsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
@ -1297,7 +1297,7 @@ class FloatsOnlyOperations:
# JSON input template you can fill out and use as your body input.
body = {
"prop": 1.1 # Default value is 1.1. Required. Is one of the following types:
float, float, float
# float, float, float
}
"""
error_map: MutableMapping[int, Type[HttpResponseError]] = {
@ -1587,11 +1587,10 @@ class EnumsOnlyOperations:
response == {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1660,11 +1659,10 @@ class EnumsOnlyOperations:
body = {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1722,11 +1720,10 @@ class EnumsOnlyOperations:
body = {
"prop": {
"lr": "left", # Default value is "left". This should be receive/send
the left variant. Required. Is one of the following types: Literal["left"],
Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the
up variant. Required. Is either a Literal["up"] type or a Literal["down"]
type.
# the left variant. Required. Is one of the following types: Literal["left"],
# Literal["right"], Literal["up"], Literal["down"]
"ud": "up" # Default value is "up". This should be receive/send the up
# variant. Required. Is either a Literal["up"] type or a Literal["down"] type.
}
}
"""
@ -1811,9 +1808,9 @@ class StringAndArrayOperations:
response == {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1882,9 +1879,9 @@ class StringAndArrayOperations:
body = {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -1942,9 +1939,9 @@ class StringAndArrayOperations:
body = {
"prop": {
"array": "str", # This should be receive/send the array variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
"string": "str" # This should be receive/send the string variant.
Required. Is either a str type or a [str] type.
# Required. Is either a str type or a [str] type.
}
}
"""
@ -2029,17 +2026,17 @@ class MixedLiteralsOperations:
response == {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""
@ -2108,17 +2105,17 @@ class MixedLiteralsOperations:
body = {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""
@ -2176,17 +2173,17 @@ class MixedLiteralsOperations:
body = {
"prop": {
"booleanLiteral": "a", # Default value is "a". This should be
receive/send the true variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the true variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"floatLiteral": "a", # Default value is "a". This should be
receive/send the 3.3 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be
receive/send the 2 variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the 3.3 variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
"intLiteral": "a", # Default value is "a". This should be receive/send
# the 2 variant. Required. Is one of the following types: Literal["a"],
# Literal[2], float, Literal[True]
"stringLiteral": "a" # Default value is "a". This should be
receive/send the "a" variant. Required. Is one of the following types:
Literal["a"], Literal[2], float, Literal[True]
# receive/send the "a" variant. Required. Is one of the following types:
# Literal["a"], Literal[2], float, Literal[True]
}
}
"""

Просмотреть файл

@ -271,7 +271,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# JSON input template you can fill out and use as your body input.
body = {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -279,7 +279,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -311,7 +311,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -343,7 +343,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -371,7 +371,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# JSON input template you can fill out and use as your body input.
body = {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -379,7 +379,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}

Просмотреть файл

@ -320,7 +320,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# JSON input template you can fill out and use as your body input.
body = {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -328,7 +328,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -360,7 +360,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -392,7 +392,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -418,7 +418,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# JSON input template you can fill out and use as your body input.
body = {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}
@ -426,7 +426,7 @@ class AddedClientOperationsMixin(AddedClientMixinABC):
# response body for status code(s): 200
response == {
"enumProp": "str", # Required. Known values are: "enumMemberV1" and
"enumMemberV2".
# "enumMemberV2".
"prop": "str", # Required.
"unionProp": "str" # Required. Is either a str type or a int type.
}