Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiRevisionContract

Package version

Summary of revision metadata.

Hierarchy

  • ApiRevisionContract

Index

Properties

Optional apiId

apiId: undefined | string

Identifier of the API Revision. NOTE: This property will not be serialized. It can only be populated by the server.

Optional apiRevision

apiRevision: undefined | string

Revision number of API. NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdDateTime

createdDateTime: Date

The time the API Revision was created. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

Description of the API Revision. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isCurrent

isCurrent: undefined | false | true

Indicates if API revision is accessible via the gateway. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isOnline

isOnline: undefined | false | true

Indicates if API revision is the current api revision. NOTE: This property will not be serialized. It can only be populated by the server.

Optional privateUrl

privateUrl: undefined | string

Gateway URL for accessing the non-current API Revision. NOTE: This property will not be serialized. It can only be populated by the server.

Optional updatedDateTime

updatedDateTime: Date

The time the API Revision were updated. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc