Skip to main content

%pkg.isc.rest.openAPI.model.tag

persistent class %pkg.isc.rest.openAPI.model.tag extends %pkg.isc.rest.openAPI.model.extensibleSuper

SQL Table Name: %pkg_isc_rest_openAPI_model.tag

A representation of the OpenAPI Specification Tag Object (see http://spec.openapis.org/oas/v3.0.3#tagObject)

Property Inventory

Properties

property Description as %String (%JSONFIELDNAME = "description", MAXLEN = 2000);
@OpenAPI: A short description for the tag. CommonMark syntax MAY be used for rich text representation.
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property ExternalDocumentation as %pkg.isc.rest.openAPI.model.externalDocumentation (%JSONFIELDNAME = "externalDocs");
@OpenAPI: Additional external documentation for this tag.
Property methods: ExternalDocumentationGet(), ExternalDocumentationGetObject(), ExternalDocumentationGetObjectId(), ExternalDocumentationGetStored(), ExternalDocumentationGetSwizzled(), ExternalDocumentationIsValid(), ExternalDocumentationNewObject(), ExternalDocumentationSet(), ExternalDocumentationSetObject(), ExternalDocumentationSetObjectId(), ExternalDocumentationUnSwizzle()
property Name as %String (%JSONFIELDNAME = "name", MAXLEN = 2000) [ Required ];
@OpenAPI: The name of the tag.
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (%pkg.isc.rest.openAPI.model.super)

^pkg.isc.rest.oas.model.superD(ID)
=
%%CLASSNAME

Storage Model: Storage (%pkg.isc.rest.openAPI.model.extensibleSuper)

^pkg.isc.rest.oas.model.superD(ID,"%pkg.isc.rest.openAPI.model.extensibleSuper.Extras",n)
=
Extras(n)

Storage Model: Storage (%pkg.isc.rest.openAPI.model.tag)

^pkg.isc.rest.oas.model.superD(ID,"Tag")
=
Name
Description
ExternalDocumentation
FeedbackOpens in a new tab