ClientCitationAppearance Class
Appearance information for a client citation.
Constructor
pydantic model ClientCitationAppearance
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
Default value: DigitalDocument
|
|
name
|
|
|
text
|
Default value: None
|
|
url
|
Default value: None
|
|
abstract
|
|
|
encodingFormat
|
Default value: None
|
|
image
|
Default value: None
|
|
keywords
|
Default value: None
|
|
usageInfo
|
Default value: None
|
Attributes
abstract
field abstract: str = ''
encoding_format
field encoding_format: str | None = None (alias 'encodingFormat')
image
field image: ClientCitationImage | None = None
keywords
field keywords: List[str] | None = None
name
field name: str = ''
text
field text: str | None = None
type
field type: str = 'DigitalDocument'
url
field url: str | None = None
usage_info
field usage_info: SensitivityUsageInfo | None = None (alias 'usageInfo')