Values.UpdateBasePathMappingRequestSourceA request to change information about the BasePathMapping resource.
type nonrec t = {domainName : String_.t;The domain name of the BasePathMapping resource to change.
*)domainNameId : String_.t option;The identifier for the domain name resource. Supported only for private custom domain names.
*)basePath : String_.t;The base path of the BasePathMapping resource to change. To specify an empty base path, set this parameter to '(none)'.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}