print.serviceDetails: The print generic for serviceDetails.

Description

Defines the R print generic for serviceDetails during a listServices().

Usage

 ## S3 method for class `serviceDetails':
print  (o, description = TRUE, code = TRUE)

Arguments

o

The serviceDetails list of S3 object.

description

(optional) whether to print the description field.

code

(optional) whether to print the code field.

See Also

Other service methods: deleteService, getService, listServices, publishService, serviceOption, summary.serviceDetails, updateService

Examples


 ## Not run:

# --- print all ---
listServices()

# --- print with optional filters ---
print(listService(), description = FALSE, code = FALSE)
## End(Not run)