ApiRevisionContract interface
Summary of revision metadata.
Properties
api |
Identifier of the API Revision. NOTE: This property will not be serialized. It can only be populated by the server. |
api |
Revision number of API. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
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. |
description | Description of the API Revision. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Indicates if API revision is accessible via the gateway. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Indicates if API revision is the current api revision. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
Gateway URL for accessing the non-current API Revision. NOTE: This property will not be serialized. It can only be populated by the server. |
updated |
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. |
Property Details
apiId
Identifier of the API Revision. NOTE: This property will not be serialized. It can only be populated by the server.
apiId?: string
Property Value
string
apiRevision
Revision number of API. NOTE: This property will not be serialized. It can only be populated by the server.
apiRevision?: string
Property Value
string
createdDateTime
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.
createdDateTime?: Date
Property Value
Date
description
Description of the API Revision. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
isCurrent
Indicates if API revision is accessible via the gateway. NOTE: This property will not be serialized. It can only be populated by the server.
isCurrent?: boolean
Property Value
boolean
isOnline
Indicates if API revision is the current api revision. NOTE: This property will not be serialized. It can only be populated by the server.
isOnline?: boolean
Property Value
boolean
privateUrl
Gateway URL for accessing the non-current API Revision. NOTE: This property will not be serialized. It can only be populated by the server.
privateUrl?: string
Property Value
string
updatedDateTime
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.
updatedDateTime?: Date
Property Value
Date