Skip to content
Prev Previous commit
Generated from 328b75c26fc80e1be1fa36a4e5684dc302886c53
Applied PR comments
  • Loading branch information
AutorestCI committed Apr 5, 2018
commit 4391d4d398acb0cf72e0ba397f4e536759f32a5b
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ class Workbook(Resource):
'type': {'key': 'type', 'type': 'str'},
'location': {'key': 'location', 'type': 'str'},
'tags': {'key': 'tags', 'type': '{str}'},
'kind': {'key': 'kind', 'type': 'SharedTypeKind'},
'kind': {'key': 'kind', 'type': 'str'},
'workbook_name': {'key': 'properties.name', 'type': 'str'},
'serialized_data': {'key': 'properties.serializedData', 'type': 'str'},
'version': {'key': 'properties.version', 'type': 'str'},
'workbook_id': {'key': 'properties.workbookId', 'type': 'str'},
'shared_type_kind': {'key': 'properties.kind', 'type': 'SharedTypeKind'},
'shared_type_kind': {'key': 'properties.kind', 'type': 'str'},
'time_modified': {'key': 'properties.timeModified', 'type': 'str'},
'category': {'key': 'properties.category', 'type': 'str'},
'workbook_tags': {'key': 'properties.tags', 'type': '[str]'},
Expand Down