CreateMobileHealthDataSnapshotInput
Autogenerated input type of CreateMobileHealthDataSnapshot
Fields
Used By
Definition
"""Autogenerated input type of CreateMobileHealthDataSnapshot"""input CreateMobileHealthDataSnapshotInput { """ Type of integration """ integration_type: MobileHealthDataSnapshotIntegrationType!
""" When the sync started """ sync_started_at: ISO8601DateTime!
""" When the sync ended """ sync_ended_at: ISO8601DateTime!
""" The size of the file in bytes """ byte_size: Int!
""" The base64 encoded MD5 checksum of the file """ checksum: String!}