Waiting for engine...
Skip to main content

DeployedApiComponentLicense

License information for an API component including title and URLs.

type DeployedApiComponentLicense {
title: String
infoUrl: String
tosUrl: String
}

Fields

DeployedApiComponentLicense.title ● String scalar miscellaneous

The title or name of the license for the API component.

DeployedApiComponentLicense.infoUrl ● String scalar miscellaneous

URL to additional information about the license.

DeployedApiComponentLicense.tosUrl ● String scalar miscellaneous

URL to the terms of service for the licensed component.

Member Of

DeployedApiComponentMetadata object

On this Page