DeployedApiComponentPublisher
Publisher information for an API component including name, email, and URL.
type DeployedApiComponentPublisher {
name: String
email: String
url: String
}
Fields
DeployedApiComponentPublisher.name ● String scalar miscellaneous {#name}
The name of the publisher or organization.
DeployedApiComponentPublisher.email ● String scalar miscellaneous {#email}
The email address for the publisher.
DeployedApiComponentPublisher.url ● String scalar miscellaneous {#url}
The website URL for the publisher.
Member Of
DeployedApiComponentMetadata object
Was this topic helpful?