Create a new example.
func (
r *ExampleService) New(ctx context.Context,
body ExampleNewParams,
opts ...option.RequestOption) (res *Example,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | ExampleNewParams | |
opts* | ...option.RequestOption |