14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- # IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-8d569e8f-20201030-111043
17
+ # IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-629bbb97-20201207-171303
18
18
19
19
"""
20
20
Case management API for creating cases, getting case statuses, adding comments to a case,
@@ -775,7 +775,7 @@ class Attachment():
775
775
:attr str id: (optional) Unique identifier of the attachment in database.
776
776
:attr str filename: (optional) Name of the attachment.
777
777
:attr int size_in_bytes: (optional) Size of the attachment in bytes.
778
- :attr str created_at: (optional) Date time of uploading.
778
+ :attr str created_at: (optional) Date time of uploading in UTC .
779
779
:attr str url: (optional) URL of the attachment used to download.
780
780
"""
781
781
@@ -792,7 +792,7 @@ def __init__(self,
792
792
:param str id: (optional) Unique identifier of the attachment in database.
793
793
:param str filename: (optional) Name of the attachment.
794
794
:param int size_in_bytes: (optional) Size of the attachment in bytes.
795
- :param str created_at: (optional) Date time of uploading.
795
+ :param str created_at: (optional) Date time of uploading in UTC .
796
796
:param str url: (optional) URL of the attachment used to download.
797
797
"""
798
798
self .id = id
@@ -1389,7 +1389,7 @@ class Comment():
1389
1389
A comment in a case.
1390
1390
1391
1391
:attr str value: (optional) The comment.
1392
- :attr str added_at: (optional) Timestamp of when comment is added.
1392
+ :attr str added_at: (optional) Date time when comment was added in UTC .
1393
1393
:attr User added_by: (optional) User info in a case.
1394
1394
"""
1395
1395
@@ -1402,7 +1402,7 @@ def __init__(self,
1402
1402
Initialize a Comment object.
1403
1403
1404
1404
:param str value: (optional) The comment.
1405
- :param str added_at: (optional) Timestamp of when comment is added.
1405
+ :param str added_at: (optional) Date time when comment was added in UTC .
1406
1406
:param User added_by: (optional) User info in a case.
1407
1407
"""
1408
1408
self .value = value
0 commit comments