Values.GetSourceRepositoryResponseSourceReturns information about a source repository.
type nonrec t = {spaceName : NameString.t option;The name of the space.
*)projectName : NameString.t option;The name of the project in the space.
*)name : SourceRepositoryNameString.t option;The name of the source repository.
*)description : SourceRepositoryDescriptionString.t option;The description of the source repository.
*)lastUpdatedTime : Timestamp.t option;The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
*)createdTime : Timestamp.t option;The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `String of NameString.t | `Timestamp of Timestamp.t ]) list ]