Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data IsBinaryFile Source #
Information about whether a file is binary or textual in a merge or pull request operation.
See: newIsBinaryFile
smart constructor.
IsBinaryFile' | |
|
Instances
newIsBinaryFile :: IsBinaryFile Source #
Create a value of IsBinaryFile
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:destination:IsBinaryFile'
, isBinaryFile_destination
- The binary or non-binary status of a file in the destination of a merge
or pull request.
$sel:base:IsBinaryFile'
, isBinaryFile_base
- The binary or non-binary status of a file in the base of a merge or pull
request.
$sel:source:IsBinaryFile'
, isBinaryFile_source
- The binary or non-binary status of file in the source of a merge or pull
request.
isBinaryFile_destination :: Lens' IsBinaryFile (Maybe Bool) Source #
The binary or non-binary status of a file in the destination of a merge or pull request.
isBinaryFile_base :: Lens' IsBinaryFile (Maybe Bool) Source #
The binary or non-binary status of a file in the base of a merge or pull request.
isBinaryFile_source :: Lens' IsBinaryFile (Maybe Bool) Source #
The binary or non-binary status of file in the source of a merge or pull request.