Merge remote-tracking branch 'origin/master' into 5.0.x-sync-master4

This commit is contained in:
William Cheng
2020-04-22 12:15:45 +08:00
315 changed files with 24228 additions and 521 deletions

View File

@@ -3,9 +3,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inter_net** | **bool** | | [optional]
**radio_waves** | **bool** | | [optional]
**tele_vision** | **bool** | | [optional]
**inter_net** | **bool** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -3,8 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tele_vision** | **bool** | | [optional]
**radio_waves** | **bool** | | [optional]
**tele_vision** | **bool** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -84,9 +84,9 @@ class Child(ModelComposed):
and the value is attribute type.
"""
return {
'inter_net': (bool,), # noqa: E501
'radio_waves': (bool,), # noqa: E501
'tele_vision': (bool,), # noqa: E501
'inter_net': (bool,), # noqa: E501
}
@staticmethod
@@ -94,9 +94,9 @@ class Child(ModelComposed):
return None
attribute_map = {
'inter_net': 'interNet', # noqa: E501
'radio_waves': 'radioWaves', # noqa: E501
'tele_vision': 'teleVision', # noqa: E501
'inter_net': 'interNet', # noqa: E501
}
required_properties = set([
@@ -127,9 +127,9 @@ class Child(ModelComposed):
deserializing a file_type parameter.
If passed, type conversion is attempted
If omitted no type conversion is done.
inter_net (bool): [optional] # noqa: E501
radio_waves (bool): [optional] # noqa: E501
tele_vision (bool): [optional] # noqa: E501
inter_net (bool): [optional] # noqa: E501
"""
self._data_store = {}

View File

@@ -84,8 +84,8 @@ class Parent(ModelComposed):
and the value is attribute type.
"""
return {
'tele_vision': (bool,), # noqa: E501
'radio_waves': (bool,), # noqa: E501
'tele_vision': (bool,), # noqa: E501
}
@staticmethod
@@ -93,8 +93,8 @@ class Parent(ModelComposed):
return None
attribute_map = {
'tele_vision': 'teleVision', # noqa: E501
'radio_waves': 'radioWaves', # noqa: E501
'tele_vision': 'teleVision', # noqa: E501
}
required_properties = set([
@@ -125,8 +125,8 @@ class Parent(ModelComposed):
deserializing a file_type parameter.
If passed, type conversion is attempted
If omitted no type conversion is done.
tele_vision (bool): [optional] # noqa: E501
radio_waves (bool): [optional] # noqa: E501
tele_vision (bool): [optional] # noqa: E501
"""
self._data_store = {}