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 BlobMetadata Source #
Returns information about a specific Git blob object.
See: newBlobMetadata
smart constructor.
BlobMetadata' | |
|
Instances
newBlobMetadata :: BlobMetadata Source #
Create a value of BlobMetadata
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:path:BlobMetadata'
, blobMetadata_path
- The path to the blob and associated file name, if any.
$sel:mode:BlobMetadata'
, blobMetadata_mode
- The file mode permissions of the blob. File mode permission codes
include:
100644
indicates read/write100755
indicates read/write/execute160000
indicates a submodule120000
indicates a symlink
$sel:blobId:BlobMetadata'
, blobMetadata_blobId
- The full ID of the blob.
blobMetadata_path :: Lens' BlobMetadata (Maybe Text) Source #
The path to the blob and associated file name, if any.
blobMetadata_mode :: Lens' BlobMetadata (Maybe Text) Source #
The file mode permissions of the blob. File mode permission codes include:
100644
indicates read/write100755
indicates read/write/execute160000
indicates a submodule120000
indicates a symlink
blobMetadata_blobId :: Lens' BlobMetadata (Maybe Text) Source #
The full ID of the blob.