Class ServiceRepositoryInfoResponseAttributes

Attributes of the service repository information.

Hierarchy

  • ServiceRepositoryInfoResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
commitSha?: string

The SHA of the commit associated with the service version.

repositoryUrl?: string

The URL of the source code repository.

The status of the service repository info lookup.

Generated using TypeDoc