menu
aws_kendra_api package
documentation
kendra-2019-02-03.dart
DocumentAttributeValue
DocumentAttributeValue constructor
DocumentAttributeValue constructor
dark_mode
light_mode
DocumentAttributeValue
constructor
DocumentAttributeValue
(
{
DateTime
?
dateValue
,
int
?
longValue
,
List
<
String
>
?
stringListValue
,
String
?
stringValue
,
})
Implementation
DocumentAttributeValue({ this.dateValue, this.longValue, this.stringListValue, this.stringValue, });
aws_kendra_api package
documentation
kendra-2019-02-03
DocumentAttributeValue
DocumentAttributeValue constructor
DocumentAttributeValue class