Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data ClientData Source #
Describes the client-specific data.
See: newClientData
smart constructor.
Instances
newClientData :: ClientData Source #
Create a value of ClientData
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:comment:ClientData'
, clientData_comment
- A user-defined comment about the disk upload.
$sel:uploadEnd:ClientData'
, clientData_uploadEnd
- The time that the disk upload ends.
$sel:uploadSize:ClientData'
, clientData_uploadSize
- The size of the uploaded disk image, in GiB.
$sel:uploadStart:ClientData'
, clientData_uploadStart
- The time that the disk upload starts.
clientData_comment :: Lens' ClientData (Maybe Text) Source #
A user-defined comment about the disk upload.
clientData_uploadEnd :: Lens' ClientData (Maybe UTCTime) Source #
The time that the disk upload ends.
clientData_uploadSize :: Lens' ClientData (Maybe Double) Source #
The size of the uploaded disk image, in GiB.
clientData_uploadStart :: Lens' ClientData (Maybe UTCTime) Source #
The time that the disk upload starts.