interface CreateAdapterVersionResponse {
    AdapterId?: string;
    AdapterVersion?: string;
}

Hierarchy (view full)

Properties

AdapterId?: string

A string containing the unique ID for the adapter that has received a new version.

AdapterVersion?: string

A string describing the new version of the adapter.