pub async fn create_snippet(
configuration: &mut Configuration,
params: CreateSnippetParams,
) -> Result<SnippetResponse, Error<CreateSnippetError>>
Expand description
Create a snippet for a particular service and version.
pub async fn create_snippet(
configuration: &mut Configuration,
params: CreateSnippetParams,
) -> Result<SnippetResponse, Error<CreateSnippetError>>
Create a snippet for a particular service and version.