Describe Fraudster
voiceid_describe_fraudster | R Documentation |
Describes the specified fraudster¶
Description¶
Describes the specified fraudster.
Usage¶
Arguments¶
DomainId
[required] The identifier of the domain that contains the fraudster.
FraudsterId
[required] The identifier of the fraudster you are describing.
Value¶
A list with the following syntax:
list(
Fraudster = list(
CreatedAt = as.POSIXct(
"2015-01-01"
),
DomainId = "string",
GeneratedFraudsterId = "string",
WatchlistIds = list(
"string"
)
)
)