Billing API, gRPC: ServiceService.Get
Written by
Updated at October 17, 2024
Returns the specified service.
gRPC request
rpc Get (GetServiceRequest) returns (Service)
GetServiceRequest
{
"id": "string"
}
Field |
Description |
id |
string Required field. ID of the service to return. |
Service
{
"id": "string",
"name": "string",
"description": "string"
}
A Service resource.
Field |
Description |
id |
string ID of the service. |
name |
string Name of the service, e.g. |
description |
string Description of the service. |