Get a specific example.
func (
r *ExampleService) Get(ctx context.Context,
exampleID string,
query ExampleGetParams,
opts ...option.RequestOption) (res *Example,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
exampleID* | string | |
query* | ExampleGetParams | |
opts* | ...option.RequestOption |