Class CIAppGitHubAccountUpdateRequestData

Data object for updating a GitHub account's CI Visibility opt-in status.

Hierarchy

  • CIAppGitHubAccountUpdateRequestData

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

Attributes for updating a GitHub account's CI Visibility opt-in status. At least one of enabled or repository.enabled must be provided.

JSON:API type for the GitHub account resource. The value must always be ci_github_account.

Generated using TypeDoc