Values.IntegratedResourceMetadataSourceContains metadata about an integrated resource. This is a union type that contains provider-specific metadata.
type nonrec t = {githubRepository : GitHubRepositoryMetadata.t option;The GitHub repository metadata.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of ProviderResourceName.t ])
list ])
list ]