Values.GitHubRepositoryMetadataSourceContains metadata about a GitHub repository that is integrated with the service.
type nonrec t = {name : ProviderResourceName.t option;The name of the GitHub repository.
*)providerResourceId : ProviderResourceId.t option;The provider-specific resource identifier for the GitHub repository.
*)owner : GitHubOwner.t option;The owner of the GitHub repository.
*)accessType : AccessType.t option;The access type of the GitHub repository. Valid values are PRIVATE and PUBLIC.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ProviderResourceName.t ]) list ]