Get Space
codecatalyst_get_space | R Documentation |
Returns information about an space¶
Description¶
Returns information about an space.
Usage¶
codecatalyst_get_space(name)
Arguments¶
name |
[required] The name of the space. |
Value¶
A list with the following syntax:
list(
name = "string",
regionName = "string",
displayName = "string",
description = "string"
)
Request syntax¶
svc$get_space(
name = "string"
)