Home Reference Source Repository
public class | source

Tag

Swagger Tag

Member Summary

Public Members
public

Store the tag data

Method Summary

Public Methods
public

Check if the tag has a description property.

public

Check if the tag has an externalDocs property.

public

Check if the tag has a name property.

Public Members

public data: object source

Store the tag data

Public Methods

public hasDescription(): boolean source

Check if the tag has a description property.

Return:

boolean

public hasExternalDocs(): boolean source

Check if the tag has an externalDocs property.

Return:

boolean

public hasName(): boolean source

Check if the tag has a name property.

Return:

boolean