Skip to content

Get Code Binding Source

schemas_get_code_binding_source R Documentation

Get the code binding source URI

Description

Get the code binding source URI.

Usage

schemas_get_code_binding_source(Language, RegistryName, SchemaName,
  SchemaVersion)

Arguments

Language

[required] The language of the code binding.

RegistryName

[required] The name of the registry.

SchemaName

[required] The name of the schema.

SchemaVersion

Specifying this limits the results to only this schema version.

Value

A list with the following syntax:

list(
  Body = raw
)

Request syntax

svc$get_code_binding_source(
  Language = "string",
  RegistryName = "string",
  SchemaName = "string",
  SchemaVersion = "string"
)