List Eulas
| nimblestudio_list_eulas | R Documentation |
List EULAs¶
Description¶
List EULAs.
Usage¶
Arguments¶
eulaIdsThe list of EULA IDs that should be returned
nextTokenThe token for the next set of results, or null if there are no more results.
Value¶
A list with the following syntax:
list(
eulas = list(
list(
content = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
eulaId = "string",
name = "string",
updatedAt = as.POSIXct(
"2015-01-01"
)
)
),
nextToken = "string"
)