pyocf
Contents:
Installing
Using
Contributing
API
pyocf.captable
pyocf.enums
pyocf.files
pyocf.objects
pyocf.primitives
pyocf.simplebase
pyocf.types
pyocf.types.address
pyocf.types.capitalizationdefinition
pyocf.types.capitalizationdefinitionrules
pyocf.types.contactinfo
pyocf.types.contactinfowithoutname
pyocf.types.conversion_mechanisms
pyocf.types.conversion_rights
pyocf.types.conversion_triggers
pyocf.types.countrycode
pyocf.types.countrysubdivisioncode
pyocf.types.currencycode
pyocf.types.date
pyocf.types.email
pyocf.types.file
pyocf.types.interestrate
pyocf.types.md5
pyocf.types.monetary
pyocf.types.name
pyocf.types.numeric
pyocf.types.objectreference
pyocf.types.percentage
pyocf.types.phone
pyocf.types.ratio
pyocf.types.securityexemption
pyocf.types.sharenumberrange
pyocf.types.stockparent
pyocf.types.taxid
pyocf.types.terminationwindow
pyocf.types.vesting
pyocf
API
pyocf.types
pyocf.types.file
View page source
pyocf.types.file
Type representation of a file
pydantic
model
pyocf.types.file.
File
Type representation of a file
field
filepath
:
Annotated
[
str
,
FieldInfo
(
annotation
=
NoneType
,
required
=
True
,
description
=
'Path
to
the
file
within
the
OCF
container'
)
]
[Required]
Path to the file within the OCF container
field
md5
:
Annotated
[
Md5
,
FieldInfo
(
annotation
=
NoneType
,
required
=
True
,
description
=
'MD5
file
checksum'
)
]
[Required]
MD5 file checksum